Hex Color #EB8466 - Custom Color

Color Codes

HEX
#EB8466
RGB
rgb(235, 132, 102)
HSL
hsl(14, 77%, 66%)
CMYK
cmyk(0%, 44%, 57%, 8%)
HSV
hsv(14, 57%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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