#df28e2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 40, 226
HSL
299°, 76%, 52%
CMYK
1, 82, 0, 11
Luminance
0.2270
Every format
| HEX | #df28e2 |
| RGB | rgb(223, 40, 226) |
| HSL | hsl(299, 76%, 52%) |
| CMYK | cmyk(1%, 82%, 0%, 11%) |
| LAB | lab(54.8 84.5 -53.8) |
| LCH | lch(54.8 100.1 327.5) |
| OKLCH | oklch(0.647 0.278 327.5) |
Copy-ready code
/* CSS */
color: #df28e2;
background-color: #df28e2;
/* Tailwind (arbitrary) */
class="text-[#df28e2] bg-[#df28e2]"
/* SCSS */
$brand: #df28e2;
/* SwiftUI */
Color(red: 0.875, green: 0.157, blue: 0.886)
/* Android */
Color.parseColor("#df28e2")Accessibility — WCAG contrast
Aa
#df28e2 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df28e2 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green15.7%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta82.3%
Yellow0.0%
Key (black)11.4%
Color previews
#df28e2 text on a black background
contrast 5.54:1
Card sample
#df28e2 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df28e2;
Background color
Panel with #df28e2 background
background-color: #df28e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df28e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 40, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 40, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df28e2; background: linear-gradient(135deg, #df28e2, #E22869);