Hex Color #EE9BAF - Custom Color

Color Codes

HEX
#EE9BAF
RGB
rgb(238, 155, 175)
HSL
hsl(346, 71%, 77%)
CMYK
cmyk(0%, 35%, 26%, 7%)
HSV
hsv(346, 35%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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