#df2ce8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 44, 232
HSL
297°, 80%, 54%
CMYK
4, 81, 0, 9
Luminance
0.2332
Every format
| HEX | #df2ce8 |
| RGB | rgb(223, 44, 232) |
| HSL | hsl(297, 80%, 54%) |
| CMYK | cmyk(4%, 81%, 0%, 9%) |
| LAB | lab(55.4 84.5 -56.2) |
| LCH | lch(55.4 101.5 326.4) |
| OKLCH | oklch(0.653 0.280 325.9) |
Copy-ready code
/* CSS */
color: #df2ce8;
background-color: #df2ce8;
/* Tailwind (arbitrary) */
class="text-[#df2ce8] bg-[#df2ce8]"
/* SCSS */
$brand: #df2ce8;
/* SwiftUI */
Color(red: 0.875, green: 0.173, blue: 0.910)
/* Android */
Color.parseColor("#df2ce8")Accessibility — WCAG contrast
Aa
#df2ce8 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2ce8 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.3%
Blue91.0%
CMYK percentages
Cyan3.9%
Magenta81.0%
Yellow0.0%
Key (black)9.0%
Color previews
#df2ce8 text on a black background
contrast 5.66:1
Card sample
#df2ce8 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2ce8;
Background color
Panel with #df2ce8 background
background-color: #df2ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 44, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 44, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2ce8; background: linear-gradient(135deg, #df2ce8, #E82C74);