#c97af1
a light, electric violet · warm · closest name: violet
RGB
201, 122, 241
HSL
280°, 81%, 71%
CMYK
17, 49, 0, 6
Luminance
0.3269
Every format
| HEX | #c97af1 |
| RGB | rgb(201, 122, 241) |
| HSL | hsl(280, 81%, 71%) |
| CMYK | cmyk(17%, 49%, 0%, 6%) |
| LAB | lab(63.9 50.7 -47.8) |
| LCH | lch(63.9 69.7 316.7) |
| OKLCH | oklch(0.710 0.183 313.2) |
Copy-ready code
/* CSS */
color: #c97af1;
background-color: #c97af1;
/* Tailwind (arbitrary) */
class="text-[#c97af1] bg-[#c97af1]"
/* SCSS */
$brand: #c97af1;
/* SwiftUI */
Color(red: 0.788, green: 0.478, blue: 0.945)
/* Android */
Color.parseColor("#c97af1")Accessibility — WCAG contrast
Aa
#c97af1 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97af1 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.8%
Blue94.5%
CMYK percentages
Cyan16.6%
Magenta49.4%
Yellow0.0%
Key (black)5.5%
Color previews
#c97af1 text on a black background
contrast 7.54:1
Card sample
#c97af1 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97af1;
Background color
Panel with #c97af1 background
background-color: #c97af1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97af1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 122, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 122, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97af1; background: linear-gradient(135deg, #c97af1, #F17ACA);