#dbb5bf
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 181, 191
HSL
344°, 35%, 78%
CMYK
0, 17, 13, 14
Luminance
0.5187
Every format
| HEX | #dbb5bf |
| RGB | rgb(219, 181, 191) |
| HSL | hsl(344, 35%, 78%) |
| CMYK | cmyk(0%, 17%, 13%, 14%) |
| LAB | lab(77.2 15.3 0.1) |
| LCH | lch(77.2 15.3 0.3) |
| OKLCH | oklch(0.809 0.046 0.6) |
Copy-ready code
/* CSS */
color: #dbb5bf;
background-color: #dbb5bf;
/* Tailwind (arbitrary) */
class="text-[#dbb5bf] bg-[#dbb5bf]"
/* SCSS */
$brand: #dbb5bf;
/* SwiftUI */
Color(red: 0.859, green: 0.710, blue: 0.749)
/* Android */
Color.parseColor("#dbb5bf")Accessibility — WCAG contrast
Aa
#dbb5bf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb5bf on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow12.8%
Key (black)14.1%
Color previews
#dbb5bf text on a black background
contrast 11.37:1
Card sample
#dbb5bf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb5bf;
Background color
Panel with #dbb5bf background
background-color: #dbb5bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb5bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 181, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 181, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb5bf; background: linear-gradient(135deg, #dbb5bf, #DBC4B5);