#ac9839
a dark, vivid yellow · cool · closest name: olive
RGB
172, 152, 57
HSL
50°, 50%, 45%
CMYK
0, 12, 67, 33
Luminance
0.3152
Every format
| HEX | #ac9839 |
| RGB | rgb(172, 152, 57) |
| HSL | hsl(50, 50%, 45%) |
| CMYK | cmyk(0%, 12%, 67%, 33%) |
| LAB | lab(63.0 -3.8 50.9) |
| LCH | lch(63.0 51.0 94.2) |
| OKLCH | oklch(0.679 0.116 97.3) |
Copy-ready code
/* CSS */
color: #ac9839;
background-color: #ac9839;
/* Tailwind (arbitrary) */
class="text-[#ac9839] bg-[#ac9839]"
/* SCSS */
$brand: #ac9839;
/* SwiftUI */
Color(red: 0.675, green: 0.596, blue: 0.224)
/* Android */
Color.parseColor("#ac9839")Accessibility — WCAG contrast
Aa
#ac9839 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9839 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green59.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow66.9%
Key (black)32.5%
Color previews
#ac9839 text on a black background
contrast 7.30:1
Card sample
#ac9839 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9839;
Background color
Panel with #ac9839 background
background-color: #ac9839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 152, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 152, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9839; background: linear-gradient(135deg, #ac9839, #73AC39);