#ac8911
a dark, electric yellow · cool · closest name: olive
RGB
172, 137, 17
HSL
47°, 82%, 37%
CMYK
0, 20, 90, 33
Luminance
0.2670
Every format
| HEX | #ac8911 |
| RGB | rgb(172, 137, 17) |
| HSL | hsl(47, 82%, 37%) |
| CMYK | cmyk(0%, 20%, 90%, 33%) |
| LAB | lab(58.7 2.9 60.6) |
| LCH | lch(58.7 60.7 87.3) |
| OKLCH | oklch(0.645 0.128 89.9) |
Copy-ready code
/* CSS */
color: #ac8911;
background-color: #ac8911;
/* Tailwind (arbitrary) */
class="text-[#ac8911] bg-[#ac8911]"
/* SCSS */
$brand: #ac8911;
/* SwiftUI */
Color(red: 0.675, green: 0.537, blue: 0.067)
/* Android */
Color.parseColor("#ac8911")Accessibility — WCAG contrast
Aa
#ac8911 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac8911 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow90.1%
Key (black)32.5%
Color previews
#ac8911 text on a black background
contrast 6.34:1
Card sample
#ac8911 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8911;
Background color
Panel with #ac8911 background
background-color: #ac8911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 137, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 137, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8911; background: linear-gradient(135deg, #ac8911, #68AC11);