Hex Color #BC9FA4 - Custom Color
Color Codes
HEX
#BC9FA4
RGB
rgb(188, 159, 164)
HSL
hsl(350, 18%, 68%)
CMYK
cmyk(0%, 15%, 13%, 26%)
HSV
hsv(350, 15%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.43:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.63: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: #BC9FA4;
color: #BC9FA4;
border-color: #BC9FA4;
}
Tailwind CSS (with arbitrary values)
bg-[#BC9FA4]
text-[#BC9FA4]
border-[#BC9FA4]
// Example usage:
<div className="bg-[#BC9FA4]">