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