Hex Color #FDAB9B - Custom Color
Color Codes
HEX
#FDAB9B
RGB
rgb(253, 171, 155)
HSL
hsl(10, 96%, 80%)
CMYK
cmyk(0%, 32%, 39%, 1%)
HSV
hsv(10, 39%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.83:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.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: #FDAB9B;
color: #FDAB9B;
border-color: #FDAB9B;
}
Tailwind CSS (with arbitrary values)
bg-[#FDAB9B]
text-[#FDAB9B]
border-[#FDAB9B]
// Example usage:
<div className="bg-[#FDAB9B]">