#df2ce5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 44, 229
HSL
298°, 78%, 54%
CMYK
3, 81, 0, 10
Luminance
0.2315
Every format
| HEX | #df2ce5 |
| RGB | rgb(223, 44, 229) |
| HSL | hsl(298, 78%, 54%) |
| CMYK | cmyk(3%, 81%, 0%, 10%) |
| LAB | lab(55.2 84.0 -54.8) |
| LCH | lch(55.2 100.3 326.9) |
| OKLCH | oklch(0.651 0.277 326.7) |
Copy-ready code
/* CSS */
color: #df2ce5;
background-color: #df2ce5;
/* Tailwind (arbitrary) */
class="text-[#df2ce5] bg-[#df2ce5]"
/* SCSS */
$brand: #df2ce5;
/* SwiftUI */
Color(red: 0.875, green: 0.173, blue: 0.898)
/* Android */
Color.parseColor("#df2ce5")Accessibility — WCAG contrast
Aa
#df2ce5 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2ce5 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.3%
Blue89.8%
CMYK percentages
Cyan2.6%
Magenta80.8%
Yellow0.0%
Key (black)10.2%
Color previews
#df2ce5 text on a black background
contrast 5.63:1
Card sample
#df2ce5 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2ce5;
Background color
Panel with #df2ce5 background
background-color: #df2ce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2ce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 44, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 44, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2ce5; background: linear-gradient(135deg, #df2ce5, #E52C6F);