#c97eef
a light, electric violet · warm · closest name: violet
RGB
201, 126, 239
HSL
280°, 78%, 72%
CMYK
16, 47, 0, 6
Luminance
0.3357
Every format
| HEX | #c97eef |
| RGB | rgb(201, 126, 239) |
| HSL | hsl(280, 78%, 72%) |
| CMYK | cmyk(16%, 47%, 0%, 6%) |
| LAB | lab(64.6 48.2 -45.6) |
| LCH | lch(64.6 66.4 316.6) |
| OKLCH | oklch(0.715 0.174 313.3) |
Copy-ready code
/* CSS */
color: #c97eef;
background-color: #c97eef;
/* Tailwind (arbitrary) */
class="text-[#c97eef] bg-[#c97eef]"
/* SCSS */
$brand: #c97eef;
/* SwiftUI */
Color(red: 0.788, green: 0.494, blue: 0.937)
/* Android */
Color.parseColor("#c97eef")Accessibility — WCAG contrast
Aa
#c97eef on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97eef on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.4%
Blue93.7%
CMYK percentages
Cyan15.9%
Magenta47.3%
Yellow0.0%
Key (black)6.3%
Color previews
#c97eef text on a black background
contrast 7.71:1
Card sample
#c97eef text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97eef;
Background color
Panel with #c97eef background
background-color: #c97eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 126, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 126, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97eef; background: linear-gradient(135deg, #c97eef, #EF7ECA);