#dbbdc0
a light, soft red · warm · closest name: silver
RGB
219, 189, 192
HSL
354°, 29%, 80%
CMYK
0, 14, 12, 14
Luminance
0.5526
Every format
| HEX | #dbbdc0 |
| RGB | rgb(219, 189, 192) |
| HSL | hsl(354, 29%, 80%) |
| CMYK | cmyk(0%, 14%, 12%, 14%) |
| LAB | lab(79.2 11.2 2.4) |
| LCH | lch(79.2 11.4 12.3) |
| OKLCH | oklch(0.825 0.035 11.0) |
Copy-ready code
/* CSS */
color: #dbbdc0;
background-color: #dbbdc0;
/* Tailwind (arbitrary) */
class="text-[#dbbdc0] bg-[#dbbdc0]"
/* SCSS */
$brand: #dbbdc0;
/* SwiftUI */
Color(red: 0.859, green: 0.741, blue: 0.753)
/* Android */
Color.parseColor("#dbbdc0")Accessibility — WCAG contrast
Aa
#dbbdc0 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbdc0 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow12.3%
Key (black)14.1%
Color previews
#dbbdc0 text on a black background
contrast 12.05:1
Card sample
#dbbdc0 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbdc0;
Background color
Panel with #dbbdc0 background
background-color: #dbbdc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbdc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 189, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 189, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbdc0; background: linear-gradient(135deg, #dbbdc0, #DBCEBD);