Hex Color #F5BCFC - Custom Color
Color Codes
HEX
#F5BCFC
RGB
rgb(245, 188, 252)
HSL
hsl(293, 91%, 86%)
CMYK
cmyk(3%, 25%, 0%, 1%)
HSV
hsv(293, 25%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.56:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 13.48: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: #F5BCFC;
color: #F5BCFC;
border-color: #F5BCFC;
}
Tailwind CSS (with arbitrary values)
bg-[#F5BCFC]
text-[#F5BCFC]
border-[#F5BCFC]
// Example usage:
<div className="bg-[#F5BCFC]">