#df4def
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 77, 239
HSL
294°, 84%, 62%
CMYK
7, 68, 0, 6
Luminance
0.2723
Every format
| HEX | #df4def |
| RGB | rgb(223, 77, 239) |
| HSL | hsl(294, 84%, 62%) |
| CMYK | cmyk(7%, 68%, 0%, 6%) |
| LAB | lab(59.2 75.9 -54.0) |
| LCH | lch(59.2 93.2 324.6) |
| OKLCH | oklch(0.681 0.254 323.6) |
Copy-ready code
/* CSS */
color: #df4def;
background-color: #df4def;
/* Tailwind (arbitrary) */
class="text-[#df4def] bg-[#df4def]"
/* SCSS */
$brand: #df4def;
/* SwiftUI */
Color(red: 0.875, green: 0.302, blue: 0.937)
/* Android */
Color.parseColor("#df4def")Accessibility — WCAG contrast
Aa
#df4def on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4def on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.2%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta67.8%
Yellow0.0%
Key (black)6.3%
Color previews
#df4def text on a black background
contrast 6.45:1
Card sample
#df4def text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4def;
Background color
Panel with #df4def background
background-color: #df4def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 77, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 77, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4def; background: linear-gradient(135deg, #df4def, #EF4D93);