#df06db
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 6, 219
HSL
301°, 95%, 45%
CMYK
0, 97, 2, 13
Luminance
0.2093
Every format
| HEX | #df06db |
| RGB | rgb(223, 6, 219) |
| HSL | hsl(301, 95%, 45%) |
| CMYK | cmyk(0%, 97%, 2%, 13%) |
| LAB | lab(52.9 87.8 -52.8) |
| LCH | lch(52.9 102.5 329.0) |
| OKLCH | oklch(0.633 0.287 329.3) |
Copy-ready code
/* CSS */
color: #df06db;
background-color: #df06db;
/* Tailwind (arbitrary) */
class="text-[#df06db] bg-[#df06db]"
/* SCSS */
$brand: #df06db;
/* SwiftUI */
Color(red: 0.875, green: 0.024, blue: 0.859)
/* Android */
Color.parseColor("#df06db")Accessibility — WCAG contrast
Aa
#df06db on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df06db on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow1.8%
Key (black)12.5%
Color previews
#df06db text on a black background
contrast 5.19:1
Card sample
#df06db text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df06db;
Background color
Panel with #df06db background
background-color: #df06db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df06db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 6, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 6, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df06db; background: linear-gradient(135deg, #df06db, #DF064A);