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