#df4df9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 77, 249
HSL
291°, 94%, 64%
CMYK
10, 69, 0, 2
Luminance
0.2784
Every format
| HEX | #df4df9 |
| RGB | rgb(223, 77, 249) |
| HSL | hsl(291, 94%, 64%) |
| CMYK | cmyk(10%, 69%, 0%, 2%) |
| LAB | lab(59.7 77.6 -58.7) |
| LCH | lch(59.7 97.3 322.9) |
| OKLCH | oklch(0.687 0.262 321.2) |
Copy-ready code
/* CSS */
color: #df4df9;
background-color: #df4df9;
/* Tailwind (arbitrary) */
class="text-[#df4df9] bg-[#df4df9]"
/* SCSS */
$brand: #df4df9;
/* SwiftUI */
Color(red: 0.875, green: 0.302, blue: 0.976)
/* Android */
Color.parseColor("#df4df9")Accessibility — WCAG contrast
Aa
#df4df9 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4df9 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.2%
Blue97.6%
CMYK percentages
Cyan10.4%
Magenta69.1%
Yellow0.0%
Key (black)2.4%
Color previews
#df4df9 text on a black background
contrast 6.57:1
Card sample
#df4df9 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4df9;
Background color
Panel with #df4df9 background
background-color: #df4df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 77, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 77, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4df9; background: linear-gradient(135deg, #df4df9, #F94DA0);