#df9cb8
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 156, 184
HSL
335°, 51%, 74%
CMYK
0, 30, 18, 13
Luminance
0.4293
Every format
| HEX | #df9cb8 |
| RGB | rgb(223, 156, 184) |
| HSL | hsl(335, 51%, 74%) |
| CMYK | cmyk(0%, 30%, 18%, 13%) |
| LAB | lab(71.5 29.0 -4.4) |
| LCH | lch(71.5 29.4 351.4) |
| OKLCH | oklch(0.766 0.087 352.6) |
Copy-ready code
/* CSS */
color: #df9cb8;
background-color: #df9cb8;
/* Tailwind (arbitrary) */
class="text-[#df9cb8] bg-[#df9cb8]"
/* SCSS */
$brand: #df9cb8;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.722)
/* Android */
Color.parseColor("#df9cb8")Accessibility — WCAG contrast
Aa
#df9cb8 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9cb8 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow17.5%
Key (black)12.5%
Color previews
#df9cb8 text on a black background
contrast 9.59:1
Card sample
#df9cb8 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9cb8;
Background color
Panel with #df9cb8 background
background-color: #df9cb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9cb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9cb8; background: linear-gradient(135deg, #df9cb8, #DFAD9C);