#dbc9b8
a light, soft orange · warm · closest name: silver
RGB
219, 201, 184
HSL
29°, 33%, 79%
CMYK
0, 8, 16, 14
Luminance
0.6029
Every format
| HEX | #dbc9b8 |
| RGB | rgb(219, 201, 184) |
| HSL | hsl(29, 33%, 79%) |
| CMYK | cmyk(0%, 8%, 16%, 14%) |
| LAB | lab(82.0 3.5 10.8) |
| LCH | lch(82.0 11.3 71.9) |
| OKLCH | oklch(0.846 0.031 65.8) |
Copy-ready code
/* CSS */
color: #dbc9b8;
background-color: #dbc9b8;
/* Tailwind (arbitrary) */
class="text-[#dbc9b8] bg-[#dbc9b8]"
/* SCSS */
$brand: #dbc9b8;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.722)
/* Android */
Color.parseColor("#dbc9b8")Accessibility — WCAG contrast
Aa
#dbc9b8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9b8 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow16.0%
Key (black)14.1%
Color previews
#dbc9b8 text on a black background
contrast 13.06:1
Card sample
#dbc9b8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9b8;
Background color
Panel with #dbc9b8 background
background-color: #dbc9b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9b8; background: linear-gradient(135deg, #dbc9b8, #D6DBB8);