#df0fc0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 15, 192
HSL
309°, 87%, 47%
CMYK
0, 93, 14, 13
Luminance
0.1984
Every format
| HEX | #df0fc0 |
| RGB | rgb(223, 15, 192) |
| HSL | hsl(309, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 14%, 13%) |
| LAB | lab(51.7 83.4 -39.3) |
| LCH | lch(51.7 92.2 334.8) |
| OKLCH | oklch(0.619 0.269 336.4) |
Copy-ready code
/* CSS */
color: #df0fc0;
background-color: #df0fc0;
/* Tailwind (arbitrary) */
class="text-[#df0fc0] bg-[#df0fc0]"
/* SCSS */
$brand: #df0fc0;
/* SwiftUI */
Color(red: 0.875, green: 0.059, blue: 0.753)
/* Android */
Color.parseColor("#df0fc0")Accessibility — WCAG contrast
Aa
#df0fc0 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0fc0 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.9%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow13.9%
Key (black)12.5%
Color previews
#df0fc0 text on a black background
contrast 4.97:1
Card sample
#df0fc0 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0fc0;
Background color
Panel with #df0fc0 background
background-color: #df0fc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0fc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 15, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 15, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0fc0; background: linear-gradient(135deg, #df0fc0, #DF0F36);