#c97eff
a light, electric violet · warm · closest name: violet
RGB
201, 126, 255
HSL
275°, 100%, 75%
CMYK
21, 51, 0, 0
Luminance
0.3456
Every format
| HEX | #c97eff |
| RGB | rgb(201, 126, 255) |
| HSL | hsl(275, 100%, 75%) |
| CMYK | cmyk(21%, 51%, 0%, 0%) |
| LAB | lab(65.4 51.6 -53.2) |
| LCH | lch(65.4 74.1 314.2) |
| OKLCH | oklch(0.723 0.192 309.2) |
Copy-ready code
/* CSS */
color: #c97eff;
background-color: #c97eff;
/* Tailwind (arbitrary) */
class="text-[#c97eff] bg-[#c97eff]"
/* SCSS */
$brand: #c97eff;
/* SwiftUI */
Color(red: 0.788, green: 0.494, blue: 1.000)
/* Android */
Color.parseColor("#c97eff")Accessibility — WCAG contrast
Aa
#c97eff on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97eff on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.4%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta50.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c97eff text on a black background
contrast 7.91:1
Card sample
#c97eff text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97eff;
Background color
Panel with #c97eff background
background-color: #c97eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 126, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 126, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97eff; background: linear-gradient(135deg, #c97eff, #FF7EDF);