#d0ad95
a light, soft orange · warm · closest name: tan
RGB
208, 173, 149
HSL
24°, 39%, 70%
CMYK
0, 17, 28, 18
Luminance
0.4547
Every format
| HEX | #d0ad95 |
| RGB | rgb(208, 173, 149) |
| HSL | hsl(24, 39%, 70%) |
| CMYK | cmyk(0%, 17%, 28%, 18%) |
| LAB | lab(73.2 9.2 17.1) |
| LCH | lch(73.2 19.4 61.8) |
| OKLCH | oklch(0.772 0.053 56.3) |
Copy-ready code
/* CSS */
color: #d0ad95;
background-color: #d0ad95;
/* Tailwind (arbitrary) */
class="text-[#d0ad95] bg-[#d0ad95]"
/* SCSS */
$brand: #d0ad95;
/* SwiftUI */
Color(red: 0.816, green: 0.678, blue: 0.584)
/* Android */
Color.parseColor("#d0ad95")Accessibility — WCAG contrast
Aa
#d0ad95 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ad95 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green67.8%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow28.4%
Key (black)18.4%
Color previews
#d0ad95 text on a black background
contrast 10.09:1
Card sample
#d0ad95 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ad95;
Background color
Panel with #d0ad95 background
background-color: #d0ad95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ad95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 173, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 173, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ad95; background: linear-gradient(135deg, #d0ad95, #CCD095);