#dbac7c
a light, vivid orange · warm · closest name: tan
RGB
219, 172, 124
HSL
30°, 57%, 67%
CMYK
0, 22, 43, 14
Luminance
0.4602
Every format
| HEX | #dbac7c |
| RGB | rgb(219, 172, 124) |
| HSL | hsl(30, 57%, 67%) |
| CMYK | cmyk(0%, 22%, 43%, 14%) |
| LAB | lab(73.6 11.0 31.2) |
| LCH | lch(73.6 33.1 70.5) |
| OKLCH | oklch(0.776 0.084 66.7) |
Copy-ready code
/* CSS */
color: #dbac7c;
background-color: #dbac7c;
/* Tailwind (arbitrary) */
class="text-[#dbac7c] bg-[#dbac7c]"
/* SCSS */
$brand: #dbac7c;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.486)
/* Android */
Color.parseColor("#dbac7c")Accessibility — WCAG contrast
Aa
#dbac7c on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbac7c on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow43.4%
Key (black)14.1%
Color previews
#dbac7c text on a black background
contrast 10.20:1
Card sample
#dbac7c text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbac7c;
Background color
Panel with #dbac7c background
background-color: #dbac7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbac7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbac7c; background: linear-gradient(135deg, #dbac7c, #CBDB7C);