#ad9549
a balanced, soft yellow · cool · closest name: olive
RGB
173, 149, 73
HSL
46°, 41%, 48%
CMYK
0, 14, 58, 32
Luminance
0.3086
Every format
| HEX | #ad9549 |
| RGB | rgb(173, 149, 73) |
| HSL | hsl(46, 41%, 48%) |
| CMYK | cmyk(0%, 14%, 58%, 32%) |
| LAB | lab(62.4 -0.6 42.8) |
| LCH | lch(62.4 42.8 90.8) |
| OKLCH | oklch(0.676 0.100 92.0) |
Copy-ready code
/* CSS */
color: #ad9549;
background-color: #ad9549;
/* Tailwind (arbitrary) */
class="text-[#ad9549] bg-[#ad9549]"
/* SCSS */
$brand: #ad9549;
/* SwiftUI */
Color(red: 0.678, green: 0.584, blue: 0.286)
/* Android */
Color.parseColor("#ad9549")Accessibility — WCAG contrast
Aa
#ad9549 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9549 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green58.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow57.8%
Key (black)32.2%
Color previews
#ad9549 text on a black background
contrast 7.17:1
Card sample
#ad9549 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9549;
Background color
Panel with #ad9549 background
background-color: #ad9549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 149, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 149, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9549; background: linear-gradient(135deg, #ad9549, #82AD49);