Hex Color #D75DBB - Custom Color
Color Codes
HEX
#D75DBB
RGB
rgb(215, 93, 187)
HSL
hsl(314, 60%, 60%)
CMYK
cmyk(0%, 57%, 13%, 16%)
HSV
hsv(314, 57%, 84%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.40:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.17: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: #D75DBB;
color: #D75DBB;
border-color: #D75DBB;
}
Tailwind CSS (with arbitrary values)
bg-[#D75DBB]
text-[#D75DBB]
border-[#D75DBB]
// Example usage:
<div className="bg-[#D75DBB]">