#dbb29f
a light, vivid orange · warm · closest name: tan
RGB
219, 178, 159
HSL
19°, 46%, 74%
CMYK
0, 19, 27, 14
Luminance
0.4940
Every format
| HEX | #dbb29f |
| RGB | rgb(219, 178, 159) |
| HSL | hsl(19, 46%, 74%) |
| CMYK | cmyk(0%, 19%, 27%, 14%) |
| LAB | lab(75.7 12.1 15.3) |
| LCH | lch(75.7 19.5 51.8) |
| OKLCH | oklch(0.795 0.055 46.2) |
Copy-ready code
/* CSS */
color: #dbb29f;
background-color: #dbb29f;
/* Tailwind (arbitrary) */
class="text-[#dbb29f] bg-[#dbb29f]"
/* SCSS */
$brand: #dbb29f;
/* SwiftUI */
Color(red: 0.859, green: 0.698, blue: 0.624)
/* Android */
Color.parseColor("#dbb29f")Accessibility — WCAG contrast
Aa
#dbb29f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb29f on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow27.4%
Key (black)14.1%
Color previews
#dbb29f text on a black background
contrast 10.88:1
Card sample
#dbb29f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb29f;
Background color
Panel with #dbb29f background
background-color: #dbb29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 178, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 178, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb29f; background: linear-gradient(135deg, #dbb29f, #DBDA9F);