#ab992b
a dark, vivid yellow · cool · closest name: olive
RGB
171, 153, 43
HSL
52°, 60%, 42%
CMYK
0, 11, 75, 33
Luminance
0.3161
Every format
| HEX | #ab992b |
| RGB | rgb(171, 153, 43) |
| HSL | hsl(52, 60%, 42%) |
| CMYK | cmyk(0%, 11%, 75%, 33%) |
| LAB | lab(63.0 -5.5 56.6) |
| LCH | lch(63.0 56.9 95.5) |
| OKLCH | oklch(0.679 0.126 99.6) |
Copy-ready code
/* CSS */
color: #ab992b;
background-color: #ab992b;
/* Tailwind (arbitrary) */
class="text-[#ab992b] bg-[#ab992b]"
/* SCSS */
$brand: #ab992b;
/* SwiftUI */
Color(red: 0.671, green: 0.600, blue: 0.169)
/* Android */
Color.parseColor("#ab992b")Accessibility — WCAG contrast
Aa
#ab992b on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab992b on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green60.0%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow74.9%
Key (black)32.9%
Color previews
#ab992b text on a black background
contrast 7.32:1
Card sample
#ab992b text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab992b;
Background color
Panel with #ab992b background
background-color: #ab992b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab992b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 153, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 153, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab992b; background: linear-gradient(135deg, #ab992b, #68AB2B);