#df3dfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 61, 252
HSL
291°, 97%, 61%
CMYK
12, 76, 0, 1
Luminance
0.2605
Every format
| HEX | #df3dfc |
| RGB | rgb(223, 61, 252) |
| HSL | hsl(291, 97%, 61%) |
| CMYK | cmyk(12%, 76%, 0%, 1%) |
| LAB | lab(58.1 83.4 -63.0) |
| LCH | lch(58.1 104.5 322.9) |
| OKLCH | oklch(0.676 0.281 321.0) |
Copy-ready code
/* CSS */
color: #df3dfc;
background-color: #df3dfc;
/* Tailwind (arbitrary) */
class="text-[#df3dfc] bg-[#df3dfc]"
/* SCSS */
$brand: #df3dfc;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.988)
/* Android */
Color.parseColor("#df3dfc")Accessibility — WCAG contrast
Aa
#df3dfc on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3dfc on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta75.8%
Yellow0.0%
Key (black)1.2%
Color previews
#df3dfc text on a black background
contrast 6.21:1
Card sample
#df3dfc text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3dfc;
Background color
Panel with #df3dfc background
background-color: #df3dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3dfc; background: linear-gradient(135deg, #df3dfc, #FC3D9A);