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