Hex Color #C8BFFD - Custom Color
Color Codes
HEX
#C8BFFD
RGB
rgb(200, 191, 253)
HSL
hsl(249, 94%, 87%)
CMYK
cmyk(21%, 25%, 0%, 1%)
HSV
hsv(249, 25%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.70:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.33:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #C8BFFD;
color: #C8BFFD;
border-color: #C8BFFD;
}
Tailwind CSS (with arbitrary values)
bg-[#C8BFFD]
text-[#C8BFFD]
border-[#C8BFFD]
// Example usage:
<div className="bg-[#C8BFFD]">