#df2ded
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 45, 237
HSL
296°, 84%, 55%
CMYK
6, 81, 0, 7
Luminance
0.2368
Every format
| HEX | #df2ded |
| RGB | rgb(223, 45, 237) |
| HSL | hsl(296, 84%, 55%) |
| CMYK | cmyk(6%, 81%, 0%, 7%) |
| LAB | lab(55.8 85.1 -58.4) |
| LCH | lch(55.8 103.2 325.5) |
| OKLCH | oklch(0.656 0.282 324.7) |
Copy-ready code
/* CSS */
color: #df2ded;
background-color: #df2ded;
/* Tailwind (arbitrary) */
class="text-[#df2ded] bg-[#df2ded]"
/* SCSS */
$brand: #df2ded;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.929)
/* Android */
Color.parseColor("#df2ded")Accessibility — WCAG contrast
Aa
#df2ded on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2ded on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue92.9%
CMYK percentages
Cyan5.9%
Magenta81.0%
Yellow0.0%
Key (black)7.1%
Color previews
#df2ded text on a black background
contrast 5.74:1
Card sample
#df2ded text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2ded;
Background color
Panel with #df2ded background
background-color: #df2ded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2ded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2ded; background: linear-gradient(135deg, #df2ded, #ED2D7B);