#c97af2
a light, electric violet · warm · closest name: violet
RGB
201, 122, 242
HSL
280°, 82%, 71%
CMYK
17, 50, 0, 5
Luminance
0.3275
Every format
| HEX | #c97af2 |
| RGB | rgb(201, 122, 242) |
| HSL | hsl(280, 82%, 71%) |
| CMYK | cmyk(17%, 50%, 0%, 5%) |
| LAB | lab(64.0 51.0 -48.3) |
| LCH | lch(64.0 70.2 316.5) |
| OKLCH | oklch(0.711 0.184 313.0) |
Copy-ready code
/* CSS */
color: #c97af2;
background-color: #c97af2;
/* Tailwind (arbitrary) */
class="text-[#c97af2] bg-[#c97af2]"
/* SCSS */
$brand: #c97af2;
/* SwiftUI */
Color(red: 0.788, green: 0.478, blue: 0.949)
/* Android */
Color.parseColor("#c97af2")Accessibility — WCAG contrast
Aa
#c97af2 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97af2 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.8%
Blue94.9%
CMYK percentages
Cyan16.9%
Magenta49.6%
Yellow0.0%
Key (black)5.1%
Color previews
#c97af2 text on a black background
contrast 7.55:1
Card sample
#c97af2 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97af2;
Background color
Panel with #c97af2 background
background-color: #c97af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 122, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 122, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97af2; background: linear-gradient(135deg, #c97af2, #F27ACB);