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