#c97afd
a light, electric violet · warm · closest name: violet
RGB
201, 122, 253
HSL
276°, 97%, 74%
CMYK
21, 52, 0, 1
Luminance
0.3343
Every format
| HEX | #c97afd |
| RGB | rgb(201, 122, 253) |
| HSL | hsl(276, 97%, 74%) |
| CMYK | cmyk(21%, 52%, 0%, 1%) |
| LAB | lab(64.5 53.3 -53.5) |
| LCH | lch(64.5 75.5 314.9) |
| OKLCH | oklch(0.716 0.196 310.2) |
Copy-ready code
/* CSS */
color: #c97afd;
background-color: #c97afd;
/* Tailwind (arbitrary) */
class="text-[#c97afd] bg-[#c97afd]"
/* SCSS */
$brand: #c97afd;
/* SwiftUI */
Color(red: 0.788, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#c97afd")Accessibility — WCAG contrast
Aa
#c97afd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97afd on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.8%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c97afd text on a black background
contrast 7.69:1
Card sample
#c97afd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97afd;
Background color
Panel with #c97afd background
background-color: #c97afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97afd; background: linear-gradient(135deg, #c97afd, #FD7ADA);