Hex Color #C57CFD - Custom Color
Color Codes
HEX
#C57CFD
RGB
rgb(197, 124, 253)
HSL
hsl(274, 97%, 74%)
CMYK
cmyk(22%, 51%, 0%, 1%)
HSV
hsv(274, 51%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.74:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.68: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: #C57CFD;
color: #C57CFD;
border-color: #C57CFD;
}
Tailwind CSS (with arbitrary values)
bg-[#C57CFD]
text-[#C57CFD]
border-[#C57CFD]
// Example usage:
<div className="bg-[#C57CFD]">