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