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