#c97cfb
a light, electric violet · warm · closest name: violet
RGB
201, 124, 251
HSL
276°, 94%, 74%
CMYK
20, 51, 0, 2
Luminance
0.3380
Every format
| HEX | #c97cfb |
| RGB | rgb(201, 124, 251) |
| HSL | hsl(276, 94%, 74%) |
| CMYK | cmyk(20%, 51%, 0%, 2%) |
| LAB | lab(64.8 51.8 -51.9) |
| LCH | lch(64.8 73.4 314.9) |
| OKLCH | oklch(0.718 0.191 310.4) |
Copy-ready code
/* CSS */
color: #c97cfb;
background-color: #c97cfb;
/* Tailwind (arbitrary) */
class="text-[#c97cfb] bg-[#c97cfb]"
/* SCSS */
$brand: #c97cfb;
/* SwiftUI */
Color(red: 0.788, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#c97cfb")Accessibility — WCAG contrast
Aa
#c97cfb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97cfb on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green48.6%
Blue98.4%
CMYK percentages
Cyan19.9%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c97cfb text on a black background
contrast 7.76:1
Card sample
#c97cfb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97cfb;
Background color
Panel with #c97cfb background
background-color: #c97cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97cfb; background: linear-gradient(135deg, #c97cfb, #FB7CD8);