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