#c01cea
a balanced, electric violet · warm · closest name: magenta
RGB
192, 28, 234
HSL
288°, 83%, 51%
CMYK
18, 88, 0, 8
Luminance
0.1798
Every format
| HEX | #c01cea |
| RGB | rgb(192, 28, 234) |
| HSL | hsl(288, 83%, 51%) |
| CMYK | cmyk(18%, 88%, 0%, 8%) |
| LAB | lab(49.5 82.9 -67.1) |
| LCH | lch(49.5 106.7 321.0) |
| OKLCH | oklch(0.602 0.280 317.4) |
Copy-ready code
/* CSS */
color: #c01cea;
background-color: #c01cea;
/* Tailwind (arbitrary) */
class="text-[#c01cea] bg-[#c01cea]"
/* SCSS */
$brand: #c01cea;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.918)
/* Android */
Color.parseColor("#c01cea")Accessibility — WCAG contrast
Aa
#c01cea on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01cea on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue91.8%
CMYK percentages
Cyan17.9%
Magenta88.0%
Yellow0.0%
Key (black)8.2%
Color previews
#c01cea text on a black background
contrast 4.60:1
Card sample
#c01cea text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01cea;
Background color
Panel with #c01cea background
background-color: #c01cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01cea; background: linear-gradient(135deg, #c01cea, #EA1C8B);