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