Hex Color #E5668C - Custom Color

Color Codes

HEX
#E5668C
RGB
rgb(229, 102, 140)
HSL
hsl(342, 71%, 65%)
CMYK
cmyk(0%, 55%, 39%, 10%)
HSV
hsv(342, 55%, 90%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.61:1
Pass - WCAG AA (Normal Text)
Fail - 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: #E5668C;
color: #E5668C;
border-color: #E5668C;
}

Tailwind CSS (with arbitrary values)

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