Hex Color #F6BBAB - Custom Color
Color Codes
HEX
#F6BBAB
RGB
rgb(246, 187, 171)
HSL
hsl(13, 81%, 82%)
CMYK
cmyk(0%, 24%, 30%, 4%)
HSV
hsv(13, 30%, 96%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.66:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.61: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: #F6BBAB;
color: #F6BBAB;
border-color: #F6BBAB;
}
Tailwind CSS (with arbitrary values)
bg-[#F6BBAB]
text-[#F6BBAB]
border-[#F6BBAB]
// Example usage:
<div className="bg-[#F6BBAB]">