Hex Color #D1319B - Custom Color
Color Codes
HEX
#D1319B
RGB
rgb(209, 49, 155)
HSL
hsl(320, 63%, 51%)
CMYK
cmyk(0%, 77%, 26%, 18%)
HSV
hsv(320, 77%, 82%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.54:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.62: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: #D1319B;
color: #D1319B;
border-color: #D1319B;
}
Tailwind CSS (with arbitrary values)
bg-[#D1319B]
text-[#D1319B]
border-[#D1319B]
// Example usage:
<div className="bg-[#D1319B]">