#dbb3bf
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 179, 191
HSL
342°, 36%, 78%
CMYK
0, 18, 13, 14
Luminance
0.5106
Every format
| HEX | #dbb3bf |
| RGB | rgb(219, 179, 191) |
| HSL | hsl(342, 36%, 78%) |
| CMYK | cmyk(0%, 18%, 13%, 14%) |
| LAB | lab(76.7 16.4 -0.6) |
| LCH | lch(76.7 16.4 357.8) |
| OKLCH | oklch(0.805 0.049 358.3) |
Copy-ready code
/* CSS */
color: #dbb3bf;
background-color: #dbb3bf;
/* Tailwind (arbitrary) */
class="text-[#dbb3bf] bg-[#dbb3bf]"
/* SCSS */
$brand: #dbb3bf;
/* SwiftUI */
Color(red: 0.859, green: 0.702, blue: 0.749)
/* Android */
Color.parseColor("#dbb3bf")Accessibility — WCAG contrast
Aa
#dbb3bf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb3bf on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow12.8%
Key (black)14.1%
Color previews
#dbb3bf text on a black background
contrast 11.21:1
Card sample
#dbb3bf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb3bf;
Background color
Panel with #dbb3bf background
background-color: #dbb3bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb3bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 179, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 179, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb3bf; background: linear-gradient(135deg, #dbb3bf, #DBC2B3);