#df0dfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 13, 252
HSL
293°, 98%, 52%
CMYK
12, 95, 0, 1
Luminance
0.2300
Every format
| HEX | #df0dfc |
| RGB | rgb(223, 13, 252) |
| HSL | hsl(293, 98%, 52%) |
| CMYK | cmyk(12%, 95%, 0%, 1%) |
| LAB | lab(55.1 92.2 -67.9) |
| LCH | lch(55.1 114.5 323.6) |
| OKLCH | oklch(0.654 0.307 321.7) |
Copy-ready code
/* CSS */
color: #df0dfc;
background-color: #df0dfc;
/* Tailwind (arbitrary) */
class="text-[#df0dfc] bg-[#df0dfc]"
/* SCSS */
$brand: #df0dfc;
/* SwiftUI */
Color(red: 0.875, green: 0.051, blue: 0.988)
/* Android */
Color.parseColor("#df0dfc")Accessibility — WCAG contrast
Aa
#df0dfc on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0dfc on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.1%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta94.8%
Yellow0.0%
Key (black)1.2%
Color previews
#df0dfc text on a black background
contrast 5.60:1
Card sample
#df0dfc text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0dfc;
Background color
Panel with #df0dfc background
background-color: #df0dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 13, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 13, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0dfc; background: linear-gradient(135deg, #df0dfc, #FC0D7A);