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