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