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