Hex Color #D2445A - Custom Color
Color Codes
HEX
#D2445A
RGB
rgb(210, 68, 90)
HSL
hsl(351, 61%, 55%)
CMYK
cmyk(0%, 68%, 57%, 18%)
HSV
hsv(351, 68%, 82%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.45:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.71: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: #D2445A;
color: #D2445A;
border-color: #D2445A;
}
Tailwind CSS (with arbitrary values)
bg-[#D2445A]
text-[#D2445A]
border-[#D2445A]
// Example usage:
<div className="bg-[#D2445A]">