#c018eb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 24, 235
HSL
288°, 84%, 51%
CMYK
18, 90, 0, 8
Luminance
0.1786
Every format
| HEX | #c018eb |
| RGB | rgb(192, 24, 235) |
| HSL | hsl(288, 84%, 51%) |
| CMYK | cmyk(18%, 90%, 0%, 8%) |
| LAB | lab(49.3 83.7 -67.9) |
| LCH | lch(49.3 107.8 320.9) |
| OKLCH | oklch(0.601 0.282 317.3) |
Copy-ready code
/* CSS */
color: #c018eb;
background-color: #c018eb;
/* Tailwind (arbitrary) */
class="text-[#c018eb] bg-[#c018eb]"
/* SCSS */
$brand: #c018eb;
/* SwiftUI */
Color(red: 0.753, green: 0.094, blue: 0.922)
/* Android */
Color.parseColor("#c018eb")Accessibility — WCAG contrast
Aa
#c018eb on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c018eb on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.4%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta89.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c018eb text on a black background
contrast 4.57:1
Card sample
#c018eb text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c018eb;
Background color
Panel with #c018eb background
background-color: #c018eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c018eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 24, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 24, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c018eb; background: linear-gradient(135deg, #c018eb, #EB1889);