Hex Color #C86DEE - Custom Color
Color Codes
HEX
#C86DEE
RGB
rgb(200, 109, 238)
HSL
hsl(282, 79%, 68%)
CMYK
cmyk(16%, 54%, 0%, 7%)
HSV
hsv(282, 54%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.05:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.88: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: #C86DEE;
color: #C86DEE;
border-color: #C86DEE;
}
Tailwind CSS (with arbitrary values)
bg-[#C86DEE]
text-[#C86DEE]
border-[#C86DEE]
// Example usage:
<div className="bg-[#C86DEE]">