Hex Color #BB788B - Custom Color
Color Codes
HEX
#BB788B
RGB
rgb(187, 120, 139)
HSL
hsl(343, 33%, 60%)
CMYK
cmyk(0%, 36%, 26%, 27%)
HSV
hsv(343, 36%, 73%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.40:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.17: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: #BB788B;
color: #BB788B;
border-color: #BB788B;
}
Tailwind CSS (with arbitrary values)
bg-[#BB788B]
text-[#BB788B]
border-[#BB788B]
// Example usage:
<div className="bg-[#BB788B]">