Hex Color #C28FEF - Custom Color
Color Codes
HEX
#C28FEF
RGB
rgb(194, 143, 239)
HSL
hsl(272, 75%, 75%)
CMYK
cmyk(19%, 40%, 0%, 6%)
HSV
hsv(272, 40%, 94%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.48:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.47:1
Pass - WCAG AA (Normal Text)
Pass - 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: #C28FEF;
color: #C28FEF;
border-color: #C28FEF;
}
Tailwind CSS (with arbitrary values)
bg-[#C28FEF]
text-[#C28FEF]
border-[#C28FEF]
// Example usage:
<div className="bg-[#C28FEF]">