#dbc39b
a light, vivid orange · warm · closest name: tan
RGB
219, 195, 155
HSL
38°, 47%, 73%
CMYK
0, 11, 29, 14
Luminance
0.5646
Every format
| HEX | #dbc39b |
| RGB | rgb(219, 195, 155) |
| HSL | hsl(38, 47%, 73%) |
| CMYK | cmyk(0%, 11%, 29%, 14%) |
| LAB | lab(79.9 2.5 23.2) |
| LCH | lch(79.9 23.4 83.8) |
| OKLCH | oklch(0.828 0.060 80.4) |
Copy-ready code
/* CSS */
color: #dbc39b;
background-color: #dbc39b;
/* Tailwind (arbitrary) */
class="text-[#dbc39b] bg-[#dbc39b]"
/* SCSS */
$brand: #dbc39b;
/* SwiftUI */
Color(red: 0.859, green: 0.765, blue: 0.608)
/* Android */
Color.parseColor("#dbc39b")Accessibility — WCAG contrast
Aa
#dbc39b on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc39b on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green76.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow29.2%
Key (black)14.1%
Color previews
#dbc39b text on a black background
contrast 12.29:1
Card sample
#dbc39b text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc39b;
Background color
Panel with #dbc39b background
background-color: #dbc39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 195, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 195, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc39b; background: linear-gradient(135deg, #dbc39b, #C8DB9B);