#df2ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 47, 252
HSL
292°, 97%, 59%
CMYK
12, 81, 0, 1
Luminance
0.2475
Every format
| HEX | #df2ffc |
| RGB | rgb(223, 47, 252) |
| HSL | hsl(292, 97%, 59%) |
| CMYK | cmyk(12%, 81%, 0%, 1%) |
| LAB | lab(56.8 87.0 -65.0) |
| LCH | lch(56.8 108.7 323.2) |
| OKLCH | oklch(0.667 0.292 321.3) |
Copy-ready code
/* CSS */
color: #df2ffc;
background-color: #df2ffc;
/* Tailwind (arbitrary) */
class="text-[#df2ffc] bg-[#df2ffc]"
/* SCSS */
$brand: #df2ffc;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.988)
/* Android */
Color.parseColor("#df2ffc")Accessibility — WCAG contrast
Aa
#df2ffc on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2ffc on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta81.3%
Yellow0.0%
Key (black)1.2%
Color previews
#df2ffc text on a black background
contrast 5.95:1
Card sample
#df2ffc text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2ffc;
Background color
Panel with #df2ffc background
background-color: #df2ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2ffc; background: linear-gradient(135deg, #df2ffc, #FC2F90);