#c950f2
a balanced, electric violet · warm · closest name: magenta
RGB
201, 80, 242
HSL
285°, 86%, 63%
CMYK
17, 67, 0, 5
Luminance
0.2457
Every format
| HEX | #c950f2 |
| RGB | rgb(201, 80, 242) |
| HSL | hsl(285, 86%, 63%) |
| CMYK | cmyk(17%, 67%, 0%, 5%) |
| LAB | lab(56.6 70.6 -60.0) |
| LCH | lch(56.6 92.6 319.7) |
| OKLCH | oklch(0.657 0.244 316.3) |
Copy-ready code
/* CSS */
color: #c950f2;
background-color: #c950f2;
/* Tailwind (arbitrary) */
class="text-[#c950f2] bg-[#c950f2]"
/* SCSS */
$brand: #c950f2;
/* SwiftUI */
Color(red: 0.788, green: 0.314, blue: 0.949)
/* Android */
Color.parseColor("#c950f2")Accessibility — WCAG contrast
Aa
#c950f2 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c950f2 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green31.4%
Blue94.9%
CMYK percentages
Cyan16.9%
Magenta66.9%
Yellow0.0%
Key (black)5.1%
Color previews
#c950f2 text on a black background
contrast 5.91:1
Card sample
#c950f2 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c950f2;
Background color
Panel with #c950f2 background
background-color: #c950f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c950f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 80, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 80, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c950f2; background: linear-gradient(135deg, #c950f2, #F250AF);