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