Hex Color #C75EFD - Custom Color
Color Codes
HEX
#C75EFD
RGB
rgb(199, 94, 253)
HSL
hsl(280, 98%, 68%)
CMYK
cmyk(21%, 63%, 0%, 1%)
HSV
hsv(280, 63%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.26:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.45: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: #C75EFD;
color: #C75EFD;
border-color: #C75EFD;
}
Tailwind CSS (with arbitrary values)
bg-[#C75EFD]
text-[#C75EFD]
border-[#C75EFD]
// Example usage:
<div className="bg-[#C75EFD]">