Hex Color #FE1625 - Custom Color

Color Codes

HEX
#FE1625
RGB
rgb(254, 22, 37)
HSL
hsl(356, 99%, 54%)
CMYK
cmyk(0%, 91%, 85%, 0%)
HSV
hsv(356, 91%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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