Hex Color #B19DC8 - Custom Color
Color Codes
HEX
#B19DC8
RGB
rgb(177, 157, 200)
HSL
hsl(268, 28%, 70%)
CMYK
cmyk(12%, 21%, 0%, 22%)
HSV
hsv(268, 21%, 78%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.46:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.53:1
Pass - WCAG AA (Normal Text)
Pass - 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: #B19DC8;
color: #B19DC8;
border-color: #B19DC8;
}
Tailwind CSS (with arbitrary values)
bg-[#B19DC8]
text-[#B19DC8]
border-[#B19DC8]
// Example usage:
<div className="bg-[#B19DC8]">