#c97eee
a light, electric violet · warm · closest name: violet
RGB
201, 126, 238
HSL
280°, 77%, 71%
CMYK
16, 47, 0, 7
Luminance
0.3351
Every format
| HEX | #c97eee |
| RGB | rgb(201, 126, 238) |
| HSL | hsl(280, 77%, 71%) |
| CMYK | cmyk(16%, 47%, 0%, 7%) |
| LAB | lab(64.6 48.0 -45.1) |
| LCH | lch(64.6 65.9 316.8) |
| OKLCH | oklch(0.714 0.173 313.6) |
Copy-ready code
/* CSS */
color: #c97eee;
background-color: #c97eee;
/* Tailwind (arbitrary) */
class="text-[#c97eee] bg-[#c97eee]"
/* SCSS */
$brand: #c97eee;
/* SwiftUI */
Color(red: 0.788, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#c97eee")Accessibility — WCAG contrast
Aa
#c97eee on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97eee on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.4%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c97eee text on a black background
contrast 7.70:1
Card sample
#c97eee text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97eee;
Background color
Panel with #c97eee background
background-color: #c97eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97eee; background: linear-gradient(135deg, #c97eee, #EE7EC8);