#df0fc8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 15, 200
HSL
307°, 87%, 47%
CMYK
0, 93, 10, 13
Luminance
0.2020
Every format
| HEX | #df0fc8 |
| RGB | rgb(223, 15, 200) |
| HSL | hsl(307, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 10%, 13%) |
| LAB | lab(52.1 84.5 -43.2) |
| LCH | lch(52.1 94.9 332.9) |
| OKLCH | oklch(0.624 0.273 334.2) |
Copy-ready code
/* CSS */
color: #df0fc8;
background-color: #df0fc8;
/* Tailwind (arbitrary) */
class="text-[#df0fc8] bg-[#df0fc8]"
/* SCSS */
$brand: #df0fc8;
/* SwiftUI */
Color(red: 0.875, green: 0.059, blue: 0.784)
/* Android */
Color.parseColor("#df0fc8")Accessibility — WCAG contrast
Aa
#df0fc8 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0fc8 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.9%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow10.3%
Key (black)12.5%
Color previews
#df0fc8 text on a black background
contrast 5.04:1
Card sample
#df0fc8 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0fc8;
Background color
Panel with #df0fc8 background
background-color: #df0fc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0fc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 15, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 15, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0fc8; background: linear-gradient(135deg, #df0fc8, #DF0F3D);