#d2ac6f
a balanced, vivid orange · warm · closest name: tan
RGB
210, 172, 111
HSL
37°, 52%, 63%
CMYK
0, 18, 47, 18
Luminance
0.4435
Every format
| HEX | #d2ac6f |
| RGB | rgb(210, 172, 111) |
| HSL | hsl(37, 52%, 63%) |
| CMYK | cmyk(0%, 18%, 47%, 18%) |
| LAB | lab(72.5 6.1 36.5) |
| LCH | lch(72.5 37.0 80.6) |
| OKLCH | oklch(0.765 0.090 78.6) |
Copy-ready code
/* CSS */
color: #d2ac6f;
background-color: #d2ac6f;
/* Tailwind (arbitrary) */
class="text-[#d2ac6f] bg-[#d2ac6f]"
/* SCSS */
$brand: #d2ac6f;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.435)
/* Android */
Color.parseColor("#d2ac6f")Accessibility — WCAG contrast
Aa
#d2ac6f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ac6f on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow47.1%
Key (black)17.6%
Color previews
#d2ac6f text on a black background
contrast 9.87:1
Card sample
#d2ac6f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ac6f;
Background color
Panel with #d2ac6f background
background-color: #d2ac6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ac6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ac6f; background: linear-gradient(135deg, #d2ac6f, #B6D26F);