#dfaabf
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 170, 191
HSL
336°, 45%, 77%
CMYK
0, 24, 14, 13
Luminance
0.4820
Every format
| HEX | #dfaabf |
| RGB | rgb(223, 170, 191) |
| HSL | hsl(336, 45%, 77%) |
| CMYK | cmyk(0%, 24%, 14%, 13%) |
| LAB | lab(75.0 22.6 -3.2) |
| LCH | lch(75.0 22.8 352.0) |
| OKLCH | oklch(0.793 0.068 353.1) |
Copy-ready code
/* CSS */
color: #dfaabf;
background-color: #dfaabf;
/* Tailwind (arbitrary) */
class="text-[#dfaabf] bg-[#dfaabf]"
/* SCSS */
$brand: #dfaabf;
/* SwiftUI */
Color(red: 0.875, green: 0.667, blue: 0.749)
/* Android */
Color.parseColor("#dfaabf")Accessibility — WCAG contrast
Aa
#dfaabf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaabf on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green66.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow14.3%
Key (black)12.5%
Color previews
#dfaabf text on a black background
contrast 10.64:1
Card sample
#dfaabf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaabf;
Background color
Panel with #dfaabf background
background-color: #dfaabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 170, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 170, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaabf; background: linear-gradient(135deg, #dfaabf, #DFB8AA);