#d2ac8b
a light, soft orange · warm · closest name: tan
RGB
210, 172, 139
HSL
28°, 44%, 68%
CMYK
0, 18, 34, 18
Luminance
0.4507
Every format
| HEX | #d2ac8b |
| RGB | rgb(210, 172, 139) |
| HSL | hsl(28, 44%, 68%) |
| CMYK | cmyk(0%, 18%, 34%, 18%) |
| LAB | lab(72.9 9.2 22.2) |
| LCH | lch(72.9 24.0 67.5) |
| OKLCH | oklch(0.770 0.063 62.6) |
Copy-ready code
/* CSS */
color: #d2ac8b;
background-color: #d2ac8b;
/* Tailwind (arbitrary) */
class="text-[#d2ac8b] bg-[#d2ac8b]"
/* SCSS */
$brand: #d2ac8b;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.545)
/* Android */
Color.parseColor("#d2ac8b")Accessibility — WCAG contrast
Aa
#d2ac8b on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ac8b on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow33.8%
Key (black)17.6%
Color previews
#d2ac8b text on a black background
contrast 10.01:1
Card sample
#d2ac8b text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ac8b;
Background color
Panel with #d2ac8b background
background-color: #d2ac8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ac8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ac8b; background: linear-gradient(135deg, #d2ac8b, #C9D28B);