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