#c01ee9
a balanced, electric violet · warm · closest name: magenta
RGB
192, 30, 233
HSL
288°, 82%, 52%
CMYK
18, 87, 0, 9
Luminance
0.1802
Every format
| HEX | #c01ee9 |
| RGB | rgb(192, 30, 233) |
| HSL | hsl(288, 82%, 52%) |
| CMYK | cmyk(18%, 87%, 0%, 9%) |
| LAB | lab(49.5 82.4 -66.5) |
| LCH | lch(49.5 105.8 321.1) |
| OKLCH | oklch(0.602 0.278 317.6) |
Copy-ready code
/* CSS */
color: #c01ee9;
background-color: #c01ee9;
/* Tailwind (arbitrary) */
class="text-[#c01ee9] bg-[#c01ee9]"
/* SCSS */
$brand: #c01ee9;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.914)
/* Android */
Color.parseColor("#c01ee9")Accessibility — WCAG contrast
Aa
#c01ee9 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01ee9 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue91.4%
CMYK percentages
Cyan17.6%
Magenta87.1%
Yellow0.0%
Key (black)8.6%
Color previews
#c01ee9 text on a black background
contrast 4.60:1
Card sample
#c01ee9 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ee9;
Background color
Panel with #c01ee9 background
background-color: #c01ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ee9; background: linear-gradient(135deg, #c01ee9, #E91E8B);