#ac9b33
a dark, vivid yellow · cool · closest name: olive
RGB
172, 155, 51
HSL
52°, 54%, 44%
CMYK
0, 10, 70, 33
Luminance
0.3245
Every format
| HEX | #ac9b33 |
| RGB | rgb(172, 155, 51) |
| HSL | hsl(52, 54%, 44%) |
| CMYK | cmyk(0%, 10%, 70%, 33%) |
| LAB | lab(63.7 -5.7 54.2) |
| LCH | lch(63.7 54.5 96.0) |
| OKLCH | oklch(0.685 0.123 99.8) |
Copy-ready code
/* CSS */
color: #ac9b33;
background-color: #ac9b33;
/* Tailwind (arbitrary) */
class="text-[#ac9b33] bg-[#ac9b33]"
/* SCSS */
$brand: #ac9b33;
/* SwiftUI */
Color(red: 0.675, green: 0.608, blue: 0.200)
/* Android */
Color.parseColor("#ac9b33")Accessibility — WCAG contrast
Aa
#ac9b33 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9b33 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green60.8%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow70.3%
Key (black)32.5%
Color previews
#ac9b33 text on a black background
contrast 7.49:1
Card sample
#ac9b33 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9b33;
Background color
Panel with #ac9b33 background
background-color: #ac9b33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9b33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 155, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 155, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9b33; background: linear-gradient(135deg, #ac9b33, #6CAC33);