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