#c97aef
a light, electric violet · warm · closest name: violet
RGB
201, 122, 239
HSL
281°, 79%, 71%
CMYK
16, 49, 0, 6
Luminance
0.3257
Every format
| HEX | #c97aef |
| RGB | rgb(201, 122, 239) |
| HSL | hsl(281, 79%, 71%) |
| CMYK | cmyk(16%, 49%, 0%, 6%) |
| LAB | lab(63.8 50.3 -46.9) |
| LCH | lch(63.8 68.8 317.0) |
| OKLCH | oklch(0.709 0.181 313.8) |
Copy-ready code
/* CSS */
color: #c97aef;
background-color: #c97aef;
/* Tailwind (arbitrary) */
class="text-[#c97aef] bg-[#c97aef]"
/* SCSS */
$brand: #c97aef;
/* SwiftUI */
Color(red: 0.788, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#c97aef")Accessibility — WCAG contrast
Aa
#c97aef on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97aef on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.8%
Blue93.7%
CMYK percentages
Cyan15.9%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#c97aef text on a black background
contrast 7.51:1
Card sample
#c97aef text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97aef;
Background color
Panel with #c97aef background
background-color: #c97aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97aef; background: linear-gradient(135deg, #c97aef, #EF7AC7);