#df4cfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 76, 252
HSL
290°, 97%, 64%
CMYK
12, 70, 0, 1
Luminance
0.2789
Every format
| HEX | #df4cfc |
| RGB | rgb(223, 76, 252) |
| HSL | hsl(290, 97%, 64%) |
| CMYK | cmyk(12%, 70%, 0%, 1%) |
| LAB | lab(59.8 78.5 -60.3) |
| LCH | lch(59.8 99.0 322.5) |
| OKLCH | oklch(0.688 0.266 320.5) |
Copy-ready code
/* CSS */
color: #df4cfc;
background-color: #df4cfc;
/* Tailwind (arbitrary) */
class="text-[#df4cfc] bg-[#df4cfc]"
/* SCSS */
$brand: #df4cfc;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.988)
/* Android */
Color.parseColor("#df4cfc")Accessibility — WCAG contrast
Aa
#df4cfc on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4cfc on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta69.8%
Yellow0.0%
Key (black)1.2%
Color previews
#df4cfc text on a black background
contrast 6.58:1
Card sample
#df4cfc text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4cfc;
Background color
Panel with #df4cfc background
background-color: #df4cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4cfc; background: linear-gradient(135deg, #df4cfc, #FC4CA4);