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