#dbc9bd
a light, soft orange · warm · closest name: silver
RGB
219, 201, 189
HSL
24°, 29%, 80%
CMYK
0, 8, 14, 14
Luminance
0.6051
Every format
| HEX | #dbc9bd |
| RGB | rgb(219, 201, 189) |
| HSL | hsl(24, 29%, 80%) |
| CMYK | cmyk(0%, 8%, 14%, 14%) |
| LAB | lab(82.1 4.3 8.3) |
| LCH | lch(82.1 9.3 62.5) |
| OKLCH | oklch(0.848 0.026 56.0) |
Copy-ready code
/* CSS */
color: #dbc9bd;
background-color: #dbc9bd;
/* Tailwind (arbitrary) */
class="text-[#dbc9bd] bg-[#dbc9bd]"
/* SCSS */
$brand: #dbc9bd;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.741)
/* Android */
Color.parseColor("#dbc9bd")Accessibility — WCAG contrast
Aa
#dbc9bd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9bd on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow13.7%
Key (black)14.1%
Color previews
#dbc9bd text on a black background
contrast 13.10:1
Card sample
#dbc9bd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9bd;
Background color
Panel with #dbc9bd background
background-color: #dbc9bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9bd; background: linear-gradient(135deg, #dbc9bd, #D9DBBD);