#df2be3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 43, 227
HSL
299°, 77%, 53%
CMYK
2, 81, 0, 11
Luminance
0.2296
Every format
| HEX | #df2be3 |
| RGB | rgb(223, 43, 227) |
| HSL | hsl(299, 77%, 53%) |
| CMYK | cmyk(2%, 81%, 0%, 11%) |
| LAB | lab(55.0 84.0 -53.9) |
| LCH | lch(55.0 99.8 327.3) |
| OKLCH | oklch(0.649 0.277 327.2) |
Copy-ready code
/* CSS */
color: #df2be3;
background-color: #df2be3;
/* Tailwind (arbitrary) */
class="text-[#df2be3] bg-[#df2be3]"
/* SCSS */
$brand: #df2be3;
/* SwiftUI */
Color(red: 0.875, green: 0.169, blue: 0.890)
/* Android */
Color.parseColor("#df2be3")Accessibility — WCAG contrast
Aa
#df2be3 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2be3 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green16.9%
Blue89.0%
CMYK percentages
Cyan1.8%
Magenta81.1%
Yellow0.0%
Key (black)11.0%
Color previews
#df2be3 text on a black background
contrast 5.59:1
Card sample
#df2be3 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2be3;
Background color
Panel with #df2be3 background
background-color: #df2be3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2be3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 43, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 43, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2be3; background: linear-gradient(135deg, #df2be3, #E32B6C);