Hex Color #C44BBD - Custom Color

Color Codes

HEX
#C44BBD
RGB
rgb(196, 75, 189)
HSL
hsl(303, 51%, 53%)
CMYK
cmyk(0%, 62%, 4%, 23%)
HSV
hsv(303, 62%, 77%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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