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