Hex Color #D4308D - Custom Color
Color Codes
HEX
#D4308D
RGB
rgb(212, 48, 141)
HSL
hsl(326, 66%, 51%)
CMYK
cmyk(0%, 77%, 33%, 17%)
HSV
hsv(326, 77%, 83%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.56:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.61: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: #D4308D;
color: #D4308D;
border-color: #D4308D;
}
Tailwind CSS (with arbitrary values)
bg-[#D4308D]
text-[#D4308D]
border-[#D4308D]
// Example usage:
<div className="bg-[#D4308D]">