#df02eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 2, 235
HSL
297°, 98%, 47%
CMYK
5, 99, 0, 8
Luminance
0.2173
Every format
| HEX | #df02eb |
| RGB | rgb(223, 2, 235) |
| HSL | hsl(297, 98%, 47%) |
| CMYK | cmyk(5%, 99%, 0%, 8%) |
| LAB | lab(53.7 90.4 -60.5) |
| LCH | lch(53.7 108.8 326.2) |
| OKLCH | oklch(0.642 0.299 325.5) |
Copy-ready code
/* CSS */
color: #df02eb;
background-color: #df02eb;
/* Tailwind (arbitrary) */
class="text-[#df02eb] bg-[#df02eb]"
/* SCSS */
$brand: #df02eb;
/* SwiftUI */
Color(red: 0.875, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#df02eb")Accessibility — WCAG contrast
Aa
#df02eb on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df02eb on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.8%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#df02eb text on a black background
contrast 5.35:1
Card sample
#df02eb text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df02eb;
Background color
Panel with #df02eb background
background-color: #df02eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df02eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df02eb; background: linear-gradient(135deg, #df02eb, #EB025C);