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