Hex Color #D24483 - Custom Color

Color Codes

HEX
#D24483
RGB
rgb(210, 68, 131)
HSL
hsl(333, 61%, 55%)
CMYK
cmyk(0%, 68%, 38%, 18%)
HSV
hsv(333, 68%, 82%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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