Hex Color #D3043C - Custom Color
Color Codes
HEX
#D3043C
RGB
rgb(211, 4, 60)
HSL
hsl(344, 96%, 42%)
CMYK
cmyk(0%, 98%, 72%, 17%)
HSV
hsv(344, 98%, 83%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.45:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.85: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: #D3043C;
color: #D3043C;
border-color: #D3043C;
}
Tailwind CSS (with arbitrary values)
bg-[#D3043C]
text-[#D3043C]
border-[#D3043C]
// Example usage:
<div className="bg-[#D3043C]">