#dbcabf
a light, soft orange · warm · closest name: silver
RGB
219, 202, 191
HSL
24°, 28%, 80%
CMYK
0, 8, 13, 14
Luminance
0.6106
Every format
| HEX | #dbcabf |
| RGB | rgb(219, 202, 191) |
| HSL | hsl(24, 28%, 80%) |
| CMYK | cmyk(0%, 8%, 13%, 14%) |
| LAB | lab(82.4 4.1 7.6) |
| LCH | lch(82.4 8.7 61.7) |
| OKLCH | oklch(0.850 0.024 55.2) |
Copy-ready code
/* CSS */
color: #dbcabf;
background-color: #dbcabf;
/* Tailwind (arbitrary) */
class="text-[#dbcabf] bg-[#dbcabf]"
/* SCSS */
$brand: #dbcabf;
/* SwiftUI */
Color(red: 0.859, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#dbcabf")Accessibility — WCAG contrast
Aa
#dbcabf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcabf on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow12.8%
Key (black)14.1%
Color previews
#dbcabf text on a black background
contrast 13.21:1
Card sample
#dbcabf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcabf;
Background color
Panel with #dbcabf background
background-color: #dbcabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcabf; background: linear-gradient(135deg, #dbcabf, #D9DBBF);