Hex Color #FACA8C - Custom Color

Color Codes

HEX
#FACA8C
RGB
rgb(250, 202, 140)
HSL
hsl(34, 92%, 76%)
CMYK
cmyk(0%, 19%, 44%, 2%)
HSV
hsv(34, 44%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 1.51:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 13.89: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: #FACA8C;
color: #FACA8C;
border-color: #FACA8C;
}

Tailwind CSS (with arbitrary values)

bg-[#FACA8C]
text-[#FACA8C]
border-[#FACA8C]
// Example usage:
<div className="bg-[#FACA8C]">