#c94ef1
a balanced, electric violet · warm · closest name: magenta
RGB
201, 78, 241
HSL
285°, 85%, 63%
CMYK
17, 68, 0, 6
Luminance
0.2422
Every format
| HEX | #c94ef1 |
| RGB | rgb(201, 78, 241) |
| HSL | hsl(285, 85%, 63%) |
| CMYK | cmyk(17%, 68%, 0%, 6%) |
| LAB | lab(56.3 71.2 -59.9) |
| LCH | lch(56.3 93.1 319.9) |
| OKLCH | oklch(0.654 0.245 316.7) |
Copy-ready code
/* CSS */
color: #c94ef1;
background-color: #c94ef1;
/* Tailwind (arbitrary) */
class="text-[#c94ef1] bg-[#c94ef1]"
/* SCSS */
$brand: #c94ef1;
/* SwiftUI */
Color(red: 0.788, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#c94ef1")Accessibility — WCAG contrast
Aa
#c94ef1 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94ef1 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green30.6%
Blue94.5%
CMYK percentages
Cyan16.6%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#c94ef1 text on a black background
contrast 5.84:1
Card sample
#c94ef1 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94ef1;
Background color
Panel with #c94ef1 background
background-color: #c94ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94ef1; background: linear-gradient(135deg, #c94ef1, #F14EAC);