#d2ac7b
a light, vivid orange · warm · closest name: tan
RGB
210, 172, 123
HSL
34°, 49%, 65%
CMYK
0, 18, 41, 18
Luminance
0.4464
Every format
| HEX | #d2ac7b |
| RGB | rgb(210, 172, 123) |
| HSL | hsl(34, 49%, 65%) |
| CMYK | cmyk(0%, 18%, 41%, 18%) |
| LAB | lab(72.7 7.3 30.4) |
| LCH | lch(72.7 31.3 76.5) |
| OKLCH | oklch(0.767 0.079 73.3) |
Copy-ready code
/* CSS */
color: #d2ac7b;
background-color: #d2ac7b;
/* Tailwind (arbitrary) */
class="text-[#d2ac7b] bg-[#d2ac7b]"
/* SCSS */
$brand: #d2ac7b;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.482)
/* Android */
Color.parseColor("#d2ac7b")Accessibility — WCAG contrast
Aa
#d2ac7b on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ac7b on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow41.4%
Key (black)17.6%
Color previews
#d2ac7b text on a black background
contrast 9.93:1
Card sample
#d2ac7b text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ac7b;
Background color
Panel with #d2ac7b background
background-color: #d2ac7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ac7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ac7b; background: linear-gradient(135deg, #d2ac7b, #BED27B);