Hex Color #F9EFEB - Custom Color

Color Codes

HEX
#F9EFEB
RGB
rgb(249, 239, 235)
HSL
hsl(17, 54%, 95%)
CMYK
cmyk(0%, 4%, 6%, 2%)
HSV
hsv(17, 6%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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