#dfbabf
a light, soft red · warm · closest name: pink
RGB
223, 186, 191
HSL
352°, 37%, 80%
CMYK
0, 17, 14, 13
Luminance
0.5457
Every format
| HEX | #dfbabf |
| RGB | rgb(223, 186, 191) |
| HSL | hsl(352, 37%, 80%) |
| CMYK | cmyk(0%, 17%, 14%, 13%) |
| LAB | lab(78.8 14.0 2.4) |
| LCH | lch(78.8 14.2 9.9) |
| OKLCH | oklch(0.823 0.043 8.9) |
Copy-ready code
/* CSS */
color: #dfbabf;
background-color: #dfbabf;
/* Tailwind (arbitrary) */
class="text-[#dfbabf] bg-[#dfbabf]"
/* SCSS */
$brand: #dfbabf;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#dfbabf")Accessibility — WCAG contrast
Aa
#dfbabf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbabf on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow14.3%
Key (black)12.5%
Color previews
#dfbabf text on a black background
contrast 11.91:1
Card sample
#dfbabf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbabf;
Background color
Panel with #dfbabf background
background-color: #dfbabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbabf; background: linear-gradient(135deg, #dfbabf, #DFCEBA);