#df00c2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 0, 194
HSL
308°, 100%, 44%
CMYK
0, 100, 13, 13
Luminance
0.1958
Every format
| HEX | #df00c2 |
| RGB | rgb(223, 0, 194) |
| HSL | hsl(308, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 13%, 13%) |
| LAB | lab(51.4 84.8 -40.9) |
| LCH | lch(51.4 94.2 334.3) |
| OKLCH | oklch(0.618 0.274 335.8) |
Copy-ready code
/* CSS */
color: #df00c2;
background-color: #df00c2;
/* Tailwind (arbitrary) */
class="text-[#df00c2] bg-[#df00c2]"
/* SCSS */
$brand: #df00c2;
/* SwiftUI */
Color(red: 0.875, green: 0.000, blue: 0.761)
/* Android */
Color.parseColor("#df00c2")Accessibility — WCAG contrast
Aa
#df00c2 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df00c2 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow13.0%
Key (black)12.5%
Color previews
#df00c2 text on a black background
contrast 4.92:1
Card sample
#df00c2 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df00c2;
Background color
Panel with #df00c2 background
background-color: #df00c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df00c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 0, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 0, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df00c2; background: linear-gradient(135deg, #df00c2, #DF002D);