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