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