Hex Color #FAA46C - Custom Color
Color Codes
HEX
#FAA46C
RGB
rgb(250, 164, 108)
HSL
hsl(24, 93%, 70%)
CMYK
cmyk(0%, 34%, 57%, 2%)
HSV
hsv(24, 57%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.98:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.59: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: #FAA46C;
color: #FAA46C;
border-color: #FAA46C;
}
Tailwind CSS (with arbitrary values)
bg-[#FAA46C]
text-[#FAA46C]
border-[#FAA46C]
// Example usage:
<div className="bg-[#FAA46C]">