Hex Color #CE63CC - Custom Color
Color Codes
HEX
#CE63CC
RGB
rgb(206, 99, 204)
HSL
hsl(301, 52%, 60%)
CMYK
cmyk(0%, 52%, 1%, 19%)
HSV
hsv(301, 52%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.34:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.28: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: #CE63CC;
color: #CE63CC;
border-color: #CE63CC;
}
Tailwind CSS (with arbitrary values)
bg-[#CE63CC]
text-[#CE63CC]
border-[#CE63CC]
// Example usage:
<div className="bg-[#CE63CC]">