#df9dbc
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 157, 188
HSL
332°, 51%, 75%
CMYK
0, 30, 16, 13
Luminance
0.4343
Every format
| HEX | #df9dbc |
| RGB | rgb(223, 157, 188) |
| HSL | hsl(332, 51%, 75%) |
| CMYK | cmyk(0%, 30%, 16%, 13%) |
| LAB | lab(71.8 29.1 -6.1) |
| LCH | lch(71.8 29.8 348.2) |
| OKLCH | oklch(0.769 0.088 349.6) |
Copy-ready code
/* CSS */
color: #df9dbc;
background-color: #df9dbc;
/* Tailwind (arbitrary) */
class="text-[#df9dbc] bg-[#df9dbc]"
/* SCSS */
$brand: #df9dbc;
/* SwiftUI */
Color(red: 0.875, green: 0.616, blue: 0.737)
/* Android */
Color.parseColor("#df9dbc")Accessibility — WCAG contrast
Aa
#df9dbc on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9dbc on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow15.7%
Key (black)12.5%
Color previews
#df9dbc text on a black background
contrast 9.69:1
Card sample
#df9dbc text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9dbc;
Background color
Panel with #df9dbc background
background-color: #df9dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 157, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 157, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9dbc; background: linear-gradient(135deg, #df9dbc, #DFAA9D);