#df11cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 17, 203
HSL
306°, 86%, 47%
CMYK
0, 92, 9, 13
Luminance
0.2040
Every format
| HEX | #df11cb |
| RGB | rgb(223, 17, 203) |
| HSL | hsl(306, 86%, 47%) |
| CMYK | cmyk(0%, 92%, 9%, 13%) |
| LAB | lab(52.3 84.7 -44.6) |
| LCH | lch(52.3 95.7 332.2) |
| OKLCH | oklch(0.626 0.275 333.4) |
Copy-ready code
/* CSS */
color: #df11cb;
background-color: #df11cb;
/* Tailwind (arbitrary) */
class="text-[#df11cb] bg-[#df11cb]"
/* SCSS */
$brand: #df11cb;
/* SwiftUI */
Color(red: 0.875, green: 0.067, blue: 0.796)
/* Android */
Color.parseColor("#df11cb")Accessibility — WCAG contrast
Aa
#df11cb on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df11cb on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow9.0%
Key (black)12.5%
Color previews
#df11cb text on a black background
contrast 5.08:1
Card sample
#df11cb text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df11cb;
Background color
Panel with #df11cb background
background-color: #df11cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df11cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 17, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 17, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df11cb; background: linear-gradient(135deg, #df11cb, #DF1142);