Hex Color #EC080A - Custom Color

Color Codes

HEX
#EC080A
RGB
rgb(236, 8, 10)
HSL
hsl(359, 93%, 48%)
CMYK
cmyk(0%, 97%, 96%, 7%)
HSV
hsv(359, 97%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.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: #EC080A;
color: #EC080A;
border-color: #EC080A;
}

Tailwind CSS (with arbitrary values)

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