#c01ed0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 30, 208
HSL
295°, 75%, 47%
CMYK
8, 86, 0, 18
Luminance
0.1669
Every format
| HEX | #c01ed0 |
| RGB | rgb(192, 30, 208) |
| HSL | hsl(295, 75%, 47%) |
| CMYK | cmyk(8%, 86%, 0%, 18%) |
| LAB | lab(47.9 78.2 -54.9) |
| LCH | lch(47.9 95.5 324.9) |
| OKLCH | oklch(0.586 0.260 323.8) |
Copy-ready code
/* CSS */
color: #c01ed0;
background-color: #c01ed0;
/* Tailwind (arbitrary) */
class="text-[#c01ed0] bg-[#c01ed0]"
/* SCSS */
$brand: #c01ed0;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.816)
/* Android */
Color.parseColor("#c01ed0")Accessibility — WCAG contrast
Aa
#c01ed0 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01ed0 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue81.6%
CMYK percentages
Cyan7.7%
Magenta85.6%
Yellow0.0%
Key (black)18.4%
Color previews
#c01ed0 text on a black background
contrast 4.34:1
Card sample
#c01ed0 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ed0;
Background color
Panel with #c01ed0 background
background-color: #c01ed0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ed0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ed0; background: linear-gradient(135deg, #c01ed0, #D01E69);