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