Hex Color #DA104D - Custom Color
Color Codes
HEX
#DA104D
RGB
rgb(218, 16, 77)
HSL
hsl(342, 86%, 46%)
CMYK
cmyk(0%, 93%, 65%, 15%)
HSV
hsv(342, 93%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.05:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.16: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: #DA104D;
color: #DA104D;
border-color: #DA104D;
}
Tailwind CSS (with arbitrary values)
bg-[#DA104D]
text-[#DA104D]
border-[#DA104D]
// Example usage:
<div className="bg-[#DA104D]">