Hex Color #FC595E - Custom Color

Color Codes

HEX
#FC595E
RGB
rgb(252, 89, 94)
HSL
hsl(358, 96%, 67%)
CMYK
cmyk(0%, 65%, 63%, 1%)
HSV
hsv(358, 65%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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