#dbb1bf
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 177, 191
HSL
340°, 37%, 78%
CMYK
0, 19, 13, 14
Luminance
0.5027
Every format
| HEX | #dbb1bf |
| RGB | rgb(219, 177, 191) |
| HSL | hsl(340, 37%, 78%) |
| CMYK | cmyk(0%, 19%, 13%, 14%) |
| LAB | lab(76.2 17.4 -1.3) |
| LCH | lch(76.2 17.5 355.6) |
| OKLCH | oklch(0.802 0.052 356.4) |
Copy-ready code
/* CSS */
color: #dbb1bf;
background-color: #dbb1bf;
/* Tailwind (arbitrary) */
class="text-[#dbb1bf] bg-[#dbb1bf]"
/* SCSS */
$brand: #dbb1bf;
/* SwiftUI */
Color(red: 0.859, green: 0.694, blue: 0.749)
/* Android */
Color.parseColor("#dbb1bf")Accessibility — WCAG contrast
Aa
#dbb1bf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb1bf on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow12.8%
Key (black)14.1%
Color previews
#dbb1bf text on a black background
contrast 11.05:1
Card sample
#dbb1bf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb1bf;
Background color
Panel with #dbb1bf background
background-color: #dbb1bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb1bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 177, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 177, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb1bf; background: linear-gradient(135deg, #dbb1bf, #DBBFB1);