#c97af9
a light, electric violet · warm · closest name: violet
RGB
201, 122, 249
HSL
277°, 91%, 73%
CMYK
19, 51, 0, 2
Luminance
0.3318
Every format
| HEX | #c97af9 |
| RGB | rgb(201, 122, 249) |
| HSL | hsl(277, 91%, 73%) |
| CMYK | cmyk(19%, 51%, 0%, 2%) |
| LAB | lab(64.3 52.4 -51.6) |
| LCH | lch(64.3 73.6 315.4) |
| OKLCH | oklch(0.714 0.192 311.2) |
Copy-ready code
/* CSS */
color: #c97af9;
background-color: #c97af9;
/* Tailwind (arbitrary) */
class="text-[#c97af9] bg-[#c97af9]"
/* SCSS */
$brand: #c97af9;
/* SwiftUI */
Color(red: 0.788, green: 0.478, blue: 0.976)
/* Android */
Color.parseColor("#c97af9")Accessibility — WCAG contrast
Aa
#c97af9 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97af9 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.8%
Blue97.6%
CMYK percentages
Cyan19.3%
Magenta51.0%
Yellow0.0%
Key (black)2.4%
Color previews
#c97af9 text on a black background
contrast 7.64:1
Card sample
#c97af9 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97af9;
Background color
Panel with #c97af9 background
background-color: #c97af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 122, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 122, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97af9; background: linear-gradient(135deg, #c97af9, #F97AD4);