#d0ad8b
a light, soft orange · warm · closest name: tan
RGB
208, 173, 139
HSL
30°, 42%, 68%
CMYK
0, 17, 33, 18
Luminance
0.4516
Every format
| HEX | #d0ad8b |
| RGB | rgb(208, 173, 139) |
| HSL | hsl(30, 42%, 68%) |
| CMYK | cmyk(0%, 17%, 33%, 18%) |
| LAB | lab(73.0 7.8 22.3) |
| LCH | lch(73.0 23.6 70.6) |
| OKLCH | oklch(0.770 0.062 65.9) |
Copy-ready code
/* CSS */
color: #d0ad8b;
background-color: #d0ad8b;
/* Tailwind (arbitrary) */
class="text-[#d0ad8b] bg-[#d0ad8b]"
/* SCSS */
$brand: #d0ad8b;
/* SwiftUI */
Color(red: 0.816, green: 0.678, blue: 0.545)
/* Android */
Color.parseColor("#d0ad8b")Accessibility — WCAG contrast
Aa
#d0ad8b on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ad8b on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green67.8%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow33.2%
Key (black)18.4%
Color previews
#d0ad8b text on a black background
contrast 10.03:1
Card sample
#d0ad8b text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ad8b;
Background color
Panel with #d0ad8b background
background-color: #d0ad8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ad8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 173, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 173, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ad8b; background: linear-gradient(135deg, #d0ad8b, #C5D08B);