#df3df9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 61, 249
HSL
292°, 94%, 61%
CMYK
10, 76, 0, 2
Luminance
0.2587
Every format
| HEX | #df3df9 |
| RGB | rgb(223, 61, 249) |
| HSL | hsl(292, 94%, 61%) |
| CMYK | cmyk(10%, 76%, 0%, 2%) |
| LAB | lab(57.9 82.9 -61.6) |
| LCH | lch(57.9 103.3 323.4) |
| OKLCH | oklch(0.674 0.278 321.6) |
Copy-ready code
/* CSS */
color: #df3df9;
background-color: #df3df9;
/* Tailwind (arbitrary) */
class="text-[#df3df9] bg-[#df3df9]"
/* SCSS */
$brand: #df3df9;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.976)
/* Android */
Color.parseColor("#df3df9")Accessibility — WCAG contrast
Aa
#df3df9 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3df9 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue97.6%
CMYK percentages
Cyan10.4%
Magenta75.5%
Yellow0.0%
Key (black)2.4%
Color previews
#df3df9 text on a black background
contrast 6.17:1
Card sample
#df3df9 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3df9;
Background color
Panel with #df3df9 background
background-color: #df3df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3df9; background: linear-gradient(135deg, #df3df9, #F93D96);