#ab8b21
a dark, vivid yellow · cool · closest name: olive
RGB
171, 139, 33
HSL
46°, 68%, 40%
CMYK
0, 19, 81, 33
Luminance
0.2723
Every format
| HEX | #ab8b21 |
| RGB | rgb(171, 139, 33) |
| HSL | hsl(46, 68%, 40%) |
| CMYK | cmyk(0%, 19%, 81%, 33%) |
| LAB | lab(59.2 1.7 56.6) |
| LCH | lch(59.2 56.6 88.2) |
| OKLCH | oklch(0.649 0.122 90.7) |
Copy-ready code
/* CSS */
color: #ab8b21;
background-color: #ab8b21;
/* Tailwind (arbitrary) */
class="text-[#ab8b21] bg-[#ab8b21]"
/* SCSS */
$brand: #ab8b21;
/* SwiftUI */
Color(red: 0.671, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#ab8b21")Accessibility — WCAG contrast
Aa
#ab8b21 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab8b21 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green54.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow80.7%
Key (black)32.9%
Color previews
#ab8b21 text on a black background
contrast 6.45:1
Card sample
#ab8b21 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8b21;
Background color
Panel with #ab8b21 background
background-color: #ab8b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8b21; background: linear-gradient(135deg, #ab8b21, #6FAB21);