#d2ad9b
a light, soft orange · warm · closest name: tan
RGB
210, 173, 155
HSL
20°, 38%, 72%
CMYK
0, 18, 26, 18
Luminance
0.4596
Every format
| HEX | #d2ad9b |
| RGB | rgb(210, 173, 155) |
| HSL | hsl(20, 38%, 72%) |
| CMYK | cmyk(0%, 18%, 26%, 18%) |
| LAB | lab(73.5 10.8 14.3) |
| LCH | lch(73.5 17.9 53.0) |
| OKLCH | oklch(0.776 0.050 47.4) |
Copy-ready code
/* CSS */
color: #d2ad9b;
background-color: #d2ad9b;
/* Tailwind (arbitrary) */
class="text-[#d2ad9b] bg-[#d2ad9b]"
/* SCSS */
$brand: #d2ad9b;
/* SwiftUI */
Color(red: 0.824, green: 0.678, blue: 0.608)
/* Android */
Color.parseColor("#d2ad9b")Accessibility — WCAG contrast
Aa
#d2ad9b on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ad9b on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow26.2%
Key (black)17.6%
Color previews
#d2ad9b text on a black background
contrast 10.19:1
Card sample
#d2ad9b text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ad9b;
Background color
Panel with #d2ad9b background
background-color: #d2ad9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ad9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 173, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 173, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ad9b; background: linear-gradient(135deg, #d2ad9b, #D2D29B);