#c952f1
a balanced, electric violet · warm · closest name: violet
RGB
201, 82, 241
HSL
285°, 85%, 63%
CMYK
17, 66, 0, 6
Luminance
0.2480
Every format
| HEX | #c952f1 |
| RGB | rgb(201, 82, 241) |
| HSL | hsl(285, 85%, 63%) |
| CMYK | cmyk(17%, 66%, 0%, 6%) |
| LAB | lab(56.9 69.6 -59.0) |
| LCH | lch(56.9 91.3 319.7) |
| OKLCH | oklch(0.659 0.240 316.4) |
Copy-ready code
/* CSS */
color: #c952f1;
background-color: #c952f1;
/* Tailwind (arbitrary) */
class="text-[#c952f1] bg-[#c952f1]"
/* SCSS */
$brand: #c952f1;
/* SwiftUI */
Color(red: 0.788, green: 0.322, blue: 0.945)
/* Android */
Color.parseColor("#c952f1")Accessibility — WCAG contrast
Aa
#c952f1 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c952f1 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green32.2%
Blue94.5%
CMYK percentages
Cyan16.6%
Magenta66.0%
Yellow0.0%
Key (black)5.5%
Color previews
#c952f1 text on a black background
contrast 5.96:1
Card sample
#c952f1 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c952f1;
Background color
Panel with #c952f1 background
background-color: #c952f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c952f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 82, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 82, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c952f1; background: linear-gradient(135deg, #c952f1, #F152AF);