Hex Color #C068DF - Custom Color
Color Codes
HEX
#C068DF
RGB
rgb(192, 104, 223)
HSL
hsl(284, 65%, 64%)
CMYK
cmyk(14%, 53%, 0%, 13%)
HSV
hsv(284, 53%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.34:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.29:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #C068DF;
color: #C068DF;
border-color: #C068DF;
}
Tailwind CSS (with arbitrary values)
bg-[#C068DF]
text-[#C068DF]
border-[#C068DF]
// Example usage:
<div className="bg-[#C068DF]">