Hex Color #CA414C - Custom Color

Color Codes

HEX
#CA414C
RGB
rgb(202, 65, 76)
HSL
hsl(355, 56%, 52%)
CMYK
cmyk(0%, 68%, 62%, 21%)
HSV
hsv(355, 68%, 79%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.37:1
Fail - 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: #CA414C;
color: #CA414C;
border-color: #CA414C;
}

Tailwind CSS (with arbitrary values)

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