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