#c97dfe
a light, electric violet · warm · closest name: violet
RGB
201, 125, 254
HSL
275°, 99%, 74%
CMYK
21, 51, 0, 0
Luminance
0.3424
Every format
| HEX | #c97dfe |
| RGB | rgb(201, 125, 254) |
| HSL | hsl(275, 99%, 74%) |
| CMYK | cmyk(21%, 51%, 0%, 0%) |
| LAB | lab(65.2 52.0 -53.0) |
| LCH | lch(65.2 74.2 314.4) |
| OKLCH | oklch(0.721 0.193 309.6) |
Copy-ready code
/* CSS */
color: #c97dfe;
background-color: #c97dfe;
/* Tailwind (arbitrary) */
class="text-[#c97dfe] bg-[#c97dfe]"
/* SCSS */
$brand: #c97dfe;
/* SwiftUI */
Color(red: 0.788, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#c97dfe")Accessibility — WCAG contrast
Aa
#c97dfe on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97dfe on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.0%
Blue99.6%
CMYK percentages
Cyan20.9%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c97dfe text on a black background
contrast 7.85:1
Card sample
#c97dfe text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97dfe;
Background color
Panel with #c97dfe background
background-color: #c97dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97dfe; background: linear-gradient(135deg, #c97dfe, #FE7DDD);