#df9eb5
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 158, 181
HSL
339°, 50%, 75%
CMYK
0, 29, 19, 13
Luminance
0.4348
Every format
| HEX | #df9eb5 |
| RGB | rgb(223, 158, 181) |
| HSL | hsl(339, 50%, 75%) |
| CMYK | cmyk(0%, 29%, 19%, 13%) |
| LAB | lab(71.9 27.5 -2.2) |
| LCH | lch(71.9 27.6 355.5) |
| OKLCH | oklch(0.768 0.083 356.3) |
Copy-ready code
/* CSS */
color: #df9eb5;
background-color: #df9eb5;
/* Tailwind (arbitrary) */
class="text-[#df9eb5] bg-[#df9eb5]"
/* SCSS */
$brand: #df9eb5;
/* SwiftUI */
Color(red: 0.875, green: 0.620, blue: 0.710)
/* Android */
Color.parseColor("#df9eb5")Accessibility — WCAG contrast
Aa
#df9eb5 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9eb5 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.0%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow18.8%
Key (black)12.5%
Color previews
#df9eb5 text on a black background
contrast 9.70:1
Card sample
#df9eb5 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9eb5;
Background color
Panel with #df9eb5 background
background-color: #df9eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 158, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 158, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9eb5; background: linear-gradient(135deg, #df9eb5, #DFB29E);