#df9eb1
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 158, 177
HSL
343°, 50%, 75%
CMYK
0, 29, 21, 13
Luminance
0.4332
Every format
| HEX | #df9eb1 |
| RGB | rgb(223, 158, 177) |
| HSL | hsl(343, 50%, 75%) |
| CMYK | cmyk(0%, 29%, 21%, 13%) |
| LAB | lab(71.8 26.9 -0.1) |
| LCH | lch(71.8 26.9 359.7) |
| OKLCH | oklch(0.767 0.081 0.0) |
Copy-ready code
/* CSS */
color: #df9eb1;
background-color: #df9eb1;
/* Tailwind (arbitrary) */
class="text-[#df9eb1] bg-[#df9eb1]"
/* SCSS */
$brand: #df9eb1;
/* SwiftUI */
Color(red: 0.875, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#df9eb1")Accessibility — WCAG contrast
Aa
#df9eb1 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9eb1 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow20.6%
Key (black)12.5%
Color previews
#df9eb1 text on a black background
contrast 9.66:1
Card sample
#df9eb1 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9eb1;
Background color
Panel with #df9eb1 background
background-color: #df9eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9eb1; background: linear-gradient(135deg, #df9eb1, #DFB69E);