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