#dfabbf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 171, 191
HSL
337°, 45%, 77%
CMYK
0, 23, 14, 13
Luminance
0.4858
Every format
| HEX | #dfabbf |
| RGB | rgb(223, 171, 191) |
| HSL | hsl(337, 45%, 77%) |
| CMYK | cmyk(0%, 23%, 14%, 13%) |
| LAB | lab(75.2 22.1 -2.8) |
| LCH | lch(75.2 22.3 352.7) |
| OKLCH | oklch(0.795 0.066 353.8) |
Copy-ready code
/* CSS */
color: #dfabbf;
background-color: #dfabbf;
/* Tailwind (arbitrary) */
class="text-[#dfabbf] bg-[#dfabbf]"
/* SCSS */
$brand: #dfabbf;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.749)
/* Android */
Color.parseColor("#dfabbf")Accessibility — WCAG contrast
Aa
#dfabbf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfabbf on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow14.3%
Key (black)12.5%
Color previews
#dfabbf text on a black background
contrast 10.72:1
Card sample
#dfabbf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfabbf;
Background color
Panel with #dfabbf background
background-color: #dfabbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfabbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 171, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfabbf; background: linear-gradient(135deg, #dfabbf, #DFBAAB);