#c952e0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 82, 224
HSL
290°, 70%, 60%
CMYK
10, 63, 0, 12
Luminance
0.2383
Every format
| HEX | #c952e0 |
| RGB | rgb(201, 82, 224) |
| HSL | hsl(290, 70%, 60%) |
| CMYK | cmyk(10%, 63%, 0%, 12%) |
| LAB | lab(55.9 66.4 -51.0) |
| LCH | lch(55.9 83.8 322.5) |
| OKLCH | oklch(0.649 0.225 320.8) |
Copy-ready code
/* CSS */
color: #c952e0;
background-color: #c952e0;
/* Tailwind (arbitrary) */
class="text-[#c952e0] bg-[#c952e0]"
/* SCSS */
$brand: #c952e0;
/* SwiftUI */
Color(red: 0.788, green: 0.322, blue: 0.878)
/* Android */
Color.parseColor("#c952e0")Accessibility — WCAG contrast
Aa
#c952e0 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c952e0 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green32.2%
Blue87.8%
CMYK percentages
Cyan10.3%
Magenta63.4%
Yellow0.0%
Key (black)12.2%
Color previews
#c952e0 text on a black background
contrast 5.77:1
Card sample
#c952e0 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c952e0;
Background color
Panel with #c952e0 background
background-color: #c952e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c952e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 82, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 82, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c952e0; background: linear-gradient(135deg, #c952e0, #E05298);