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