Hex Color #F9E8FD - Custom Color

Color Codes

HEX
#F9E8FD
RGB
rgb(249, 232, 253)
HSL
hsl(289, 84%, 95%)
CMYK
cmyk(2%, 8%, 0%, 1%)
HSV
hsv(289, 8%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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