#d1a18d
a light, soft orange · warm · closest name: tan
RGB
209, 161, 141
HSL
18°, 43%, 69%
CMYK
0, 23, 33, 18
Luminance
0.4097
Every format
| HEX | #d1a18d |
| RGB | rgb(209, 161, 141) |
| HSL | hsl(18, 43%, 69%) |
| CMYK | cmyk(0%, 23%, 33%, 18%) |
| LAB | lab(70.2 15.0 17.3) |
| LCH | lch(70.2 22.9 49.0) |
| OKLCH | oklch(0.748 0.064 43.7) |
Copy-ready code
/* CSS */
color: #d1a18d;
background-color: #d1a18d;
/* Tailwind (arbitrary) */
class="text-[#d1a18d] bg-[#d1a18d]"
/* SCSS */
$brand: #d1a18d;
/* SwiftUI */
Color(red: 0.820, green: 0.631, blue: 0.553)
/* Android */
Color.parseColor("#d1a18d")Accessibility — WCAG contrast
Aa
#d1a18d on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1a18d on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green63.1%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow32.5%
Key (black)18.0%
Color previews
#d1a18d text on a black background
contrast 9.19:1
Card sample
#d1a18d text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1a18d;
Background color
Panel with #d1a18d background
background-color: #d1a18d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1a18d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 161, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 161, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1a18d; background: linear-gradient(135deg, #d1a18d, #D1CE8D);