#dbc9b5
a light, soft orange · warm · closest name: silver
RGB
219, 201, 181
HSL
32°, 35%, 78%
CMYK
0, 8, 17, 14
Luminance
0.6017
Every format
| HEX | #dbc9b5 |
| RGB | rgb(219, 201, 181) |
| HSL | hsl(32, 35%, 78%) |
| CMYK | cmyk(0%, 8%, 17%, 14%) |
| LAB | lab(81.9 3.0 12.3) |
| LCH | lch(81.9 12.6 76.0) |
| OKLCH | oklch(0.845 0.034 70.3) |
Copy-ready code
/* CSS */
color: #dbc9b5;
background-color: #dbc9b5;
/* Tailwind (arbitrary) */
class="text-[#dbc9b5] bg-[#dbc9b5]"
/* SCSS */
$brand: #dbc9b5;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.710)
/* Android */
Color.parseColor("#dbc9b5")Accessibility — WCAG contrast
Aa
#dbc9b5 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9b5 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow17.4%
Key (black)14.1%
Color previews
#dbc9b5 text on a black background
contrast 13.03:1
Card sample
#dbc9b5 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9b5;
Background color
Panel with #dbc9b5 background
background-color: #dbc9b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9b5; background: linear-gradient(135deg, #dbc9b5, #D4DBB5);