#dbb07f
a light, vivid orange · warm · closest name: tan
RGB
219, 176, 127
HSL
32°, 56%, 68%
CMYK
0, 20, 42, 14
Luminance
0.4764
Every format
| HEX | #dbb07f |
| RGB | rgb(219, 176, 127) |
| HSL | hsl(32, 56%, 68%) |
| CMYK | cmyk(0%, 20%, 42%, 14%) |
| LAB | lab(74.6 9.2 31.0) |
| LCH | lch(74.6 32.4 73.4) |
| OKLCH | oklch(0.784 0.082 69.8) |
Copy-ready code
/* CSS */
color: #dbb07f;
background-color: #dbb07f;
/* Tailwind (arbitrary) */
class="text-[#dbb07f] bg-[#dbb07f]"
/* SCSS */
$brand: #dbb07f;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.498)
/* Android */
Color.parseColor("#dbb07f")Accessibility — WCAG contrast
Aa
#dbb07f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb07f on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow42.0%
Key (black)14.1%
Color previews
#dbb07f text on a black background
contrast 10.53:1
Card sample
#dbb07f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb07f;
Background color
Panel with #dbb07f background
background-color: #dbb07f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb07f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb07f; background: linear-gradient(135deg, #dbb07f, #C9DB7F);