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