#ac9b64
a balanced, soft yellow · cool · closest name: tan
RGB
172, 155, 100
HSL
46°, 30%, 53%
CMYK
0, 10, 42, 33
Luminance
0.3313
Every format
| HEX | #ac9b64 |
| RGB | rgb(172, 155, 100) |
| HSL | hsl(46, 30%, 53%) |
| CMYK | cmyk(0%, 10%, 42%, 33%) |
| LAB | lab(64.3 -1.7 31.1) |
| LCH | lch(64.3 31.1 93.1) |
| OKLCH | oklch(0.691 0.076 92.9) |
Copy-ready code
/* CSS */
color: #ac9b64;
background-color: #ac9b64;
/* Tailwind (arbitrary) */
class="text-[#ac9b64] bg-[#ac9b64]"
/* SCSS */
$brand: #ac9b64;
/* SwiftUI */
Color(red: 0.675, green: 0.608, blue: 0.392)
/* Android */
Color.parseColor("#ac9b64")Accessibility — WCAG contrast
Aa
#ac9b64 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9b64 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green60.8%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow41.9%
Key (black)32.5%
Color previews
#ac9b64 text on a black background
contrast 7.63:1
Card sample
#ac9b64 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9b64;
Background color
Panel with #ac9b64 background
background-color: #ac9b64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9b64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 155, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 155, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9b64; background: linear-gradient(135deg, #ac9b64, #8DAC64);