#d2ab6a
a balanced, vivid orange · warm · closest name: tan
RGB
210, 171, 106
HSL
38°, 54%, 62%
CMYK
0, 19, 50, 18
Luminance
0.4387
Every format
| HEX | #d2ab6a |
| RGB | rgb(210, 171, 106) |
| HSL | hsl(38, 54%, 62%) |
| CMYK | cmyk(0%, 19%, 50%, 18%) |
| LAB | lab(72.1 6.1 38.7) |
| LCH | lch(72.1 39.1 81.0) |
| OKLCH | oklch(0.762 0.095 79.4) |
Copy-ready code
/* CSS */
color: #d2ab6a;
background-color: #d2ab6a;
/* Tailwind (arbitrary) */
class="text-[#d2ab6a] bg-[#d2ab6a]"
/* SCSS */
$brand: #d2ab6a;
/* SwiftUI */
Color(red: 0.824, green: 0.671, blue: 0.416)
/* Android */
Color.parseColor("#d2ab6a")Accessibility — WCAG contrast
Aa
#d2ab6a on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ab6a on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.1%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow49.5%
Key (black)17.6%
Color previews
#d2ab6a text on a black background
contrast 9.77:1
Card sample
#d2ab6a text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ab6a;
Background color
Panel with #d2ab6a background
background-color: #d2ab6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ab6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 171, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 171, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ab6a; background: linear-gradient(135deg, #d2ab6a, #B4D26A);