#df2def
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 45, 239
HSL
295°, 86%, 56%
CMYK
7, 81, 0, 6
Luminance
0.2380
Every format
| HEX | #df2def |
| RGB | rgb(223, 45, 239) |
| HSL | hsl(295, 86%, 56%) |
| CMYK | cmyk(7%, 81%, 0%, 6%) |
| LAB | lab(55.9 85.4 -59.3) |
| LCH | lch(55.9 104.0 325.2) |
| OKLCH | oklch(0.658 0.284 324.3) |
Copy-ready code
/* CSS */
color: #df2def;
background-color: #df2def;
/* Tailwind (arbitrary) */
class="text-[#df2def] bg-[#df2def]"
/* SCSS */
$brand: #df2def;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.937)
/* Android */
Color.parseColor("#df2def")Accessibility — WCAG contrast
Aa
#df2def on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2def on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta81.2%
Yellow0.0%
Key (black)6.3%
Color previews
#df2def text on a black background
contrast 5.76:1
Card sample
#df2def text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2def;
Background color
Panel with #df2def background
background-color: #df2def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2def; background: linear-gradient(135deg, #df2def, #EF2D7E);