Hex Color #EF9DDC - Custom Color

Color Codes

HEX
#EF9DDC
RGB
rgb(239, 157, 220)
HSL
hsl(314, 72%, 78%)
CMYK
cmyk(0%, 34%, 8%, 6%)
HSV
hsv(314, 34%, 94%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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