Hex Color #C855FB - Custom Color
Color Codes
HEX
#C855FB
RGB
rgb(200, 85, 251)
HSL
hsl(282, 95%, 66%)
CMYK
cmyk(20%, 66%, 0%, 2%)
HSV
hsv(282, 66%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.42:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.15: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: #C855FB;
color: #C855FB;
border-color: #C855FB;
}
Tailwind CSS (with arbitrary values)
bg-[#C855FB]
text-[#C855FB]
border-[#C855FB]
// Example usage:
<div className="bg-[#C855FB]">