#ad9986
a balanced, soft orange · warm · closest name: tan
RGB
173, 153, 134
HSL
29°, 19%, 60%
CMYK
0, 12, 23, 32
Luminance
0.3339
Every format
| HEX | #ad9986 |
| RGB | rgb(173, 153, 134) |
| HSL | hsl(29, 19%, 60%) |
| CMYK | cmyk(0%, 12%, 23%, 32%) |
| LAB | lab(64.5 4.3 12.7) |
| LCH | lch(64.5 13.4 71.3) |
| OKLCH | oklch(0.695 0.036 65.7) |
Copy-ready code
/* CSS */
color: #ad9986;
background-color: #ad9986;
/* Tailwind (arbitrary) */
class="text-[#ad9986] bg-[#ad9986]"
/* SCSS */
$brand: #ad9986;
/* SwiftUI */
Color(red: 0.678, green: 0.600, blue: 0.525)
/* Android */
Color.parseColor("#ad9986")Accessibility — WCAG contrast
Aa
#ad9986 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9986 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green60.0%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow22.5%
Key (black)32.2%
Color previews
#ad9986 text on a black background
contrast 7.68:1
Card sample
#ad9986 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9986;
Background color
Panel with #ad9986 background
background-color: #ad9986;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9986;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 153, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 153, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9986; background: linear-gradient(135deg, #ad9986, #A7AD86);