#df9eb9
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 158, 185
HSL
335°, 50%, 75%
CMYK
0, 29, 17, 13
Luminance
0.4364
Every format
| HEX | #df9eb9 |
| RGB | rgb(223, 158, 185) |
| HSL | hsl(335, 50%, 75%) |
| CMYK | cmyk(0%, 29%, 17%, 13%) |
| LAB | lab(72.0 28.1 -4.2) |
| LCH | lch(72.0 28.4 351.5) |
| OKLCH | oklch(0.769 0.084 352.6) |
Copy-ready code
/* CSS */
color: #df9eb9;
background-color: #df9eb9;
/* Tailwind (arbitrary) */
class="text-[#df9eb9] bg-[#df9eb9]"
/* SCSS */
$brand: #df9eb9;
/* SwiftUI */
Color(red: 0.875, green: 0.620, blue: 0.725)
/* Android */
Color.parseColor("#df9eb9")Accessibility — WCAG contrast
Aa
#df9eb9 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9eb9 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow17.0%
Key (black)12.5%
Color previews
#df9eb9 text on a black background
contrast 9.73:1
Card sample
#df9eb9 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9eb9;
Background color
Panel with #df9eb9 background
background-color: #df9eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 158, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 158, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9eb9; background: linear-gradient(135deg, #df9eb9, #DFAE9E);