Hex Color #C4449B - Custom Color

Color Codes

HEX
#C4449B
RGB
rgb(196, 68, 155)
HSL
hsl(319, 52%, 52%)
CMYK
cmyk(0%, 65%, 21%, 23%)
HSV
hsv(319, 65%, 77%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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