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