#c01dee
a balanced, electric violet · warm · closest name: magenta
RGB
192, 29, 238
HSL
287°, 86%, 52%
CMYK
19, 88, 0, 7
Luminance
0.1826
Every format
| HEX | #c01dee |
| RGB | rgb(192, 29, 238) |
| HSL | hsl(287, 86%, 52%) |
| CMYK | cmyk(19%, 88%, 0%, 7%) |
| LAB | lab(49.8 83.4 -68.8) |
| LCH | lch(49.8 108.1 320.5) |
| OKLCH | oklch(0.605 0.282 316.5) |
Copy-ready code
/* CSS */
color: #c01dee;
background-color: #c01dee;
/* Tailwind (arbitrary) */
class="text-[#c01dee] bg-[#c01dee]"
/* SCSS */
$brand: #c01dee;
/* SwiftUI */
Color(red: 0.753, green: 0.114, blue: 0.933)
/* Android */
Color.parseColor("#c01dee")Accessibility — WCAG contrast
Aa
#c01dee on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01dee on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.4%
Blue93.3%
CMYK percentages
Cyan19.3%
Magenta87.8%
Yellow0.0%
Key (black)6.7%
Color previews
#c01dee text on a black background
contrast 4.65:1
Card sample
#c01dee text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01dee;
Background color
Panel with #c01dee background
background-color: #c01dee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01dee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 29, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 29, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01dee; background: linear-gradient(135deg, #c01dee, #EE1D91);