#c01def
a balanced, electric violet · warm · closest name: magenta
RGB
192, 29, 239
HSL
287°, 87%, 53%
CMYK
20, 88, 0, 6
Luminance
0.1832
Every format
| HEX | #c01def |
| RGB | rgb(192, 29, 239) |
| HSL | hsl(287, 87%, 53%) |
| CMYK | cmyk(20%, 88%, 0%, 6%) |
| LAB | lab(49.9 83.6 -69.3) |
| LCH | lch(49.9 108.5 320.4) |
| OKLCH | oklch(0.606 0.283 316.3) |
Copy-ready code
/* CSS */
color: #c01def;
background-color: #c01def;
/* Tailwind (arbitrary) */
class="text-[#c01def] bg-[#c01def]"
/* SCSS */
$brand: #c01def;
/* SwiftUI */
Color(red: 0.753, green: 0.114, blue: 0.937)
/* Android */
Color.parseColor("#c01def")Accessibility — WCAG contrast
Aa
#c01def on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01def on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.4%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta87.9%
Yellow0.0%
Key (black)6.3%
Color previews
#c01def text on a black background
contrast 4.66:1
Card sample
#c01def text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01def;
Background color
Panel with #c01def background
background-color: #c01def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 29, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 29, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01def; background: linear-gradient(135deg, #c01def, #EF1D92);