#df899e
a light, vivid red · warm · closest name: pink
RGB
223, 137, 158
HSL
345°, 57%, 71%
CMYK
0, 39, 29, 13
Luminance
0.3605
Every format
| HEX | #df899e |
| RGB | rgb(223, 137, 158) |
| HSL | hsl(345, 57%, 71%) |
| CMYK | cmyk(0%, 39%, 29%, 13%) |
| LAB | lab(66.6 35.4 2.9) |
| LCH | lch(66.6 35.5 4.7) |
| OKLCH | oklch(0.725 0.107 4.3) |
Copy-ready code
/* CSS */
color: #df899e;
background-color: #df899e;
/* Tailwind (arbitrary) */
class="text-[#df899e] bg-[#df899e]"
/* SCSS */
$brand: #df899e;
/* SwiftUI */
Color(red: 0.875, green: 0.537, blue: 0.620)
/* Android */
Color.parseColor("#df899e")Accessibility — WCAG contrast
Aa
#df899e on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df899e on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow29.1%
Key (black)12.5%
Color previews
#df899e text on a black background
contrast 8.21:1
Card sample
#df899e text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df899e;
Background color
Panel with #df899e background
background-color: #df899e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df899e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 137, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 137, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df899e; background: linear-gradient(135deg, #df899e, #DFAD89);