#dbc39f
a light, vivid orange · warm · closest name: tan
RGB
219, 195, 159
HSL
36°, 46%, 74%
CMYK
0, 11, 27, 14
Luminance
0.5659
Every format
| HEX | #dbc39f |
| RGB | rgb(219, 195, 159) |
| HSL | hsl(36, 46%, 74%) |
| CMYK | cmyk(0%, 11%, 27%, 14%) |
| LAB | lab(80.0 3.0 21.2) |
| LCH | lch(80.0 21.4 81.8) |
| OKLCH | oklch(0.828 0.055 77.9) |
Copy-ready code
/* CSS */
color: #dbc39f;
background-color: #dbc39f;
/* Tailwind (arbitrary) */
class="text-[#dbc39f] bg-[#dbc39f]"
/* SCSS */
$brand: #dbc39f;
/* SwiftUI */
Color(red: 0.859, green: 0.765, blue: 0.624)
/* Android */
Color.parseColor("#dbc39f")Accessibility — WCAG contrast
Aa
#dbc39f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc39f on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green76.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow27.4%
Key (black)14.1%
Color previews
#dbc39f text on a black background
contrast 12.32:1
Card sample
#dbc39f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc39f;
Background color
Panel with #dbc39f background
background-color: #dbc39f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc39f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 195, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 195, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc39f; background: linear-gradient(135deg, #dbc39f, #CBDB9F);