Hex Color #EB5412 - Custom Color

Color Codes

HEX
#EB5412
RGB
rgb(235, 84, 18)
HSL
hsl(18, 86%, 50%)
CMYK
cmyk(0%, 64%, 92%, 8%)
HSV
hsv(18, 92%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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