#c01ce3
a balanced, electric violet · warm · closest name: magenta
RGB
192, 28, 227
HSL
289°, 78%, 50%
CMYK
15, 88, 0, 11
Luminance
0.1758
Every format
| HEX | #c01ce3 |
| RGB | rgb(192, 28, 227) |
| HSL | hsl(289, 78%, 50%) |
| CMYK | cmyk(15%, 88%, 0%, 11%) |
| LAB | lab(49.0 81.7 -63.9) |
| LCH | lch(49.0 103.7 322.0) |
| OKLCH | oklch(0.597 0.275 319.1) |
Copy-ready code
/* CSS */
color: #c01ce3;
background-color: #c01ce3;
/* Tailwind (arbitrary) */
class="text-[#c01ce3] bg-[#c01ce3]"
/* SCSS */
$brand: #c01ce3;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.890)
/* Android */
Color.parseColor("#c01ce3")Accessibility — WCAG contrast
Aa
#c01ce3 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01ce3 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue89.0%
CMYK percentages
Cyan15.4%
Magenta87.7%
Yellow0.0%
Key (black)11.0%
Color previews
#c01ce3 text on a black background
contrast 4.52:1
Card sample
#c01ce3 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ce3;
Background color
Panel with #c01ce3 background
background-color: #c01ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ce3; background: linear-gradient(135deg, #c01ce3, #E31C81);