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