#d2ac7f
a light, vivid orange · warm · closest name: tan
RGB
210, 172, 127
HSL
33°, 48%, 66%
CMYK
0, 18, 40, 18
Luminance
0.4474
Every format
| HEX | #d2ac7f |
| RGB | rgb(210, 172, 127) |
| HSL | hsl(33, 48%, 66%) |
| CMYK | cmyk(0%, 18%, 40%, 18%) |
| LAB | lab(72.7 7.8 28.4) |
| LCH | lch(72.7 29.4 74.7) |
| OKLCH | oklch(0.768 0.075 71.1) |
Copy-ready code
/* CSS */
color: #d2ac7f;
background-color: #d2ac7f;
/* Tailwind (arbitrary) */
class="text-[#d2ac7f] bg-[#d2ac7f]"
/* SCSS */
$brand: #d2ac7f;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#d2ac7f")Accessibility — WCAG contrast
Aa
#d2ac7f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ac7f on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow39.5%
Key (black)17.6%
Color previews
#d2ac7f text on a black background
contrast 9.95:1
Card sample
#d2ac7f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ac7f;
Background color
Panel with #d2ac7f background
background-color: #d2ac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ac7f; background: linear-gradient(135deg, #d2ac7f, #C1D27F);