#d2ac9c
a light, soft orange · warm · closest name: tan
RGB
210, 172, 156
HSL
18°, 38%, 72%
CMYK
0, 18, 26, 18
Luminance
0.4561
Every format
| HEX | #d2ac9c |
| RGB | rgb(210, 172, 156) |
| HSL | hsl(18, 38%, 72%) |
| CMYK | cmyk(0%, 18%, 26%, 18%) |
| LAB | lab(73.3 11.4 13.4) |
| LCH | lch(73.3 17.6 49.6) |
| OKLCH | oklch(0.774 0.050 44.1) |
Copy-ready code
/* CSS */
color: #d2ac9c;
background-color: #d2ac9c;
/* Tailwind (arbitrary) */
class="text-[#d2ac9c] bg-[#d2ac9c]"
/* SCSS */
$brand: #d2ac9c;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.612)
/* Android */
Color.parseColor("#d2ac9c")Accessibility — WCAG contrast
Aa
#d2ac9c on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ac9c on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow25.7%
Key (black)17.6%
Color previews
#d2ac9c text on a black background
contrast 10.12:1
Card sample
#d2ac9c text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ac9c;
Background color
Panel with #d2ac9c background
background-color: #d2ac9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ac9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ac9c; background: linear-gradient(135deg, #d2ac9c, #D2D09C);