Hex Color #EE655F - Custom Color

Color Codes

HEX
#EE655F
RGB
rgb(238, 101, 95)
HSL
hsl(3, 81%, 65%)
CMYK
cmyk(0%, 58%, 60%, 7%)
HSV
hsv(3, 60%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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