#c97af7
a light, electric violet · warm · closest name: violet
RGB
201, 122, 247
HSL
278°, 89%, 72%
CMYK
19, 51, 0, 3
Luminance
0.3305
Every format
| HEX | #c97af7 |
| RGB | rgb(201, 122, 247) |
| HSL | hsl(278, 89%, 72%) |
| CMYK | cmyk(19%, 51%, 0%, 3%) |
| LAB | lab(64.2 52.0 -50.7) |
| LCH | lch(64.2 72.6 315.7) |
| OKLCH | oklch(0.713 0.190 311.7) |
Copy-ready code
/* CSS */
color: #c97af7;
background-color: #c97af7;
/* Tailwind (arbitrary) */
class="text-[#c97af7] bg-[#c97af7]"
/* SCSS */
$brand: #c97af7;
/* SwiftUI */
Color(red: 0.788, green: 0.478, blue: 0.969)
/* Android */
Color.parseColor("#c97af7")Accessibility — WCAG contrast
Aa
#c97af7 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97af7 on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.8%
Blue96.9%
CMYK percentages
Cyan18.6%
Magenta50.6%
Yellow0.0%
Key (black)3.1%
Color previews
#c97af7 text on a black background
contrast 7.61:1
Card sample
#c97af7 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97af7;
Background color
Panel with #c97af7 background
background-color: #c97af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 122, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 122, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97af7; background: linear-gradient(135deg, #c97af7, #F77AD2);