#df889e
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 136, 158
HSL
345°, 58%, 70%
CMYK
0, 39, 29, 13
Luminance
0.3576
Every format
| HEX | #df889e |
| RGB | rgb(223, 136, 158) |
| HSL | hsl(345, 58%, 70%) |
| CMYK | cmyk(0%, 39%, 29%, 13%) |
| LAB | lab(66.3 36.0 2.6) |
| LCH | lch(66.3 36.0 4.1) |
| OKLCH | oklch(0.724 0.109 3.8) |
Copy-ready code
/* CSS */
color: #df889e;
background-color: #df889e;
/* Tailwind (arbitrary) */
class="text-[#df889e] bg-[#df889e]"
/* SCSS */
$brand: #df889e;
/* SwiftUI */
Color(red: 0.875, green: 0.533, blue: 0.620)
/* Android */
Color.parseColor("#df889e")Accessibility — WCAG contrast
Aa
#df889e on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df889e on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.3%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow29.1%
Key (black)12.5%
Color previews
#df889e text on a black background
contrast 8.15:1
Card sample
#df889e text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df889e;
Background color
Panel with #df889e background
background-color: #df889e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df889e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 136, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 136, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df889e; background: linear-gradient(135deg, #df889e, #DFAC88);