#c57dfd
a light, electric violet · warm · closest name: violet
RGB
197, 125, 253
HSL
274°, 97%, 74%
CMYK
22, 51, 0, 1
Luminance
0.3363
Every format
| HEX | #c57dfd |
| RGB | rgb(197, 125, 253) |
| HSL | hsl(274, 97%, 74%) |
| CMYK | cmyk(22%, 51%, 0%, 1%) |
| LAB | lab(64.7 50.7 -53.3) |
| LCH | lch(64.7 73.5 313.6) |
| OKLCH | oklch(0.717 0.190 308.3) |
Copy-ready code
/* CSS */
color: #c57dfd;
background-color: #c57dfd;
/* Tailwind (arbitrary) */
class="text-[#c57dfd] bg-[#c57dfd]"
/* SCSS */
$brand: #c57dfd;
/* SwiftUI */
Color(red: 0.773, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#c57dfd")Accessibility — WCAG contrast
Aa
#c57dfd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c57dfd on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green49.0%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c57dfd text on a black background
contrast 7.73:1
Card sample
#c57dfd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57dfd;
Background color
Panel with #c57dfd background
background-color: #c57dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57dfd; background: linear-gradient(135deg, #c57dfd, #FD7DE0);