#df0fe6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 15, 230
HSL
298°, 88%, 48%
CMYK
3, 94, 0, 10
Luminance
0.2174
Every format
| HEX | #df0fe6 |
| RGB | rgb(223, 15, 230) |
| HSL | hsl(298, 88%, 48%) |
| CMYK | cmyk(3%, 94%, 0%, 10%) |
| LAB | lab(53.8 88.7 -57.7) |
| LCH | lch(53.8 105.8 327.0) |
| OKLCH | oklch(0.641 0.292 326.6) |
Copy-ready code
/* CSS */
color: #df0fe6;
background-color: #df0fe6;
/* Tailwind (arbitrary) */
class="text-[#df0fe6] bg-[#df0fe6]"
/* SCSS */
$brand: #df0fe6;
/* SwiftUI */
Color(red: 0.875, green: 0.059, blue: 0.902)
/* Android */
Color.parseColor("#df0fe6")Accessibility — WCAG contrast
Aa
#df0fe6 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0fe6 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.9%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta93.5%
Yellow0.0%
Key (black)9.8%
Color previews
#df0fe6 text on a black background
contrast 5.35:1
Card sample
#df0fe6 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0fe6;
Background color
Panel with #df0fe6 background
background-color: #df0fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 15, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 15, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0fe6; background: linear-gradient(135deg, #df0fe6, #E60F5E);