#df11ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 17, 206
HSL
305°, 86%, 47%
CMYK
0, 92, 8, 13
Luminance
0.2055
Every format
| HEX | #df11ce |
| RGB | rgb(223, 17, 206) |
| HSL | hsl(305, 86%, 47%) |
| CMYK | cmyk(0%, 92%, 8%, 13%) |
| LAB | lab(52.5 85.1 -46.1) |
| LCH | lch(52.5 96.8 331.6) |
| OKLCH | oklch(0.627 0.276 332.6) |
Copy-ready code
/* CSS */
color: #df11ce;
background-color: #df11ce;
/* Tailwind (arbitrary) */
class="text-[#df11ce] bg-[#df11ce]"
/* SCSS */
$brand: #df11ce;
/* SwiftUI */
Color(red: 0.875, green: 0.067, blue: 0.808)
/* Android */
Color.parseColor("#df11ce")Accessibility — WCAG contrast
Aa
#df11ce on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df11ce on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow7.6%
Key (black)12.5%
Color previews
#df11ce text on a black background
contrast 5.11:1
Card sample
#df11ce text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df11ce;
Background color
Panel with #df11ce background
background-color: #df11ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df11ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 17, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 17, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df11ce; background: linear-gradient(135deg, #df11ce, #DF1145);