#c010df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 16, 223
HSL
291°, 87%, 47%
CMYK
14, 93, 0, 13
Luminance
0.1690
Every format
| HEX | #c010df |
| RGB | rgb(192, 16, 223) |
| HSL | hsl(291, 87%, 47%) |
| CMYK | cmyk(14%, 93%, 0%, 13%) |
| LAB | lab(48.1 82.7 -63.0) |
| LCH | lch(48.1 104.0 322.7) |
| OKLCH | oklch(0.591 0.277 320.2) |
Copy-ready code
/* CSS */
color: #c010df;
background-color: #c010df;
/* Tailwind (arbitrary) */
class="text-[#c010df] bg-[#c010df]"
/* SCSS */
$brand: #c010df;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.875)
/* Android */
Color.parseColor("#c010df")Accessibility — WCAG contrast
Aa
#c010df on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c010df on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta92.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c010df text on a black background
contrast 4.38:1
Card sample
#c010df text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c010df;
Background color
Panel with #c010df background
background-color: #c010df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c010df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c010df; background: linear-gradient(135deg, #c010df, #DF1074);