#c97cef
a light, electric violet · warm · closest name: violet
RGB
201, 124, 239
HSL
280°, 78%, 71%
CMYK
16, 48, 0, 6
Luminance
0.3306
Every format
| HEX | #c97cef |
| RGB | rgb(201, 124, 239) |
| HSL | hsl(280, 78%, 71%) |
| CMYK | cmyk(16%, 48%, 0%, 6%) |
| LAB | lab(64.2 49.3 -46.3) |
| LCH | lch(64.2 67.6 316.8) |
| OKLCH | oklch(0.712 0.178 313.6) |
Copy-ready code
/* CSS */
color: #c97cef;
background-color: #c97cef;
/* Tailwind (arbitrary) */
class="text-[#c97cef] bg-[#c97cef]"
/* SCSS */
$brand: #c97cef;
/* SwiftUI */
Color(red: 0.788, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#c97cef")Accessibility — WCAG contrast
Aa
#c97cef on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97cef on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green48.6%
Blue93.7%
CMYK percentages
Cyan15.9%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#c97cef text on a black background
contrast 7.61:1
Card sample
#c97cef text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97cef;
Background color
Panel with #c97cef background
background-color: #c97cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97cef; background: linear-gradient(135deg, #c97cef, #EF7CC8);