Hex Color #C072DD - Custom Color
Color Codes
HEX
#C072DD
RGB
rgb(192, 114, 221)
HSL
hsl(284, 61%, 66%)
CMYK
cmyk(13%, 48%, 0%, 13%)
HSV
hsv(284, 48%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.14:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.69: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: #C072DD;
color: #C072DD;
border-color: #C072DD;
}
Tailwind CSS (with arbitrary values)
bg-[#C072DD]
text-[#C072DD]
border-[#C072DD]
// Example usage:
<div className="bg-[#C072DD]">