#ab8821
a dark, vivid yellow · warm · closest name: olive
RGB
171, 136, 33
HSL
45°, 68%, 40%
CMYK
0, 21, 81, 33
Luminance
0.2638
Every format
| HEX | #ab8821 |
| RGB | rgb(171, 136, 33) |
| HSL | hsl(45, 68%, 40%) |
| CMYK | cmyk(0%, 21%, 81%, 33%) |
| LAB | lab(58.4 3.4 55.9) |
| LCH | lch(58.4 56.0 86.5) |
| OKLCH | oklch(0.643 0.121 88.5) |
Copy-ready code
/* CSS */
color: #ab8821;
background-color: #ab8821;
/* Tailwind (arbitrary) */
class="text-[#ab8821] bg-[#ab8821]"
/* SCSS */
$brand: #ab8821;
/* SwiftUI */
Color(red: 0.671, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#ab8821")Accessibility — WCAG contrast
Aa
#ab8821 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab8821 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow80.7%
Key (black)32.9%
Color previews
#ab8821 text on a black background
contrast 6.28:1
Card sample
#ab8821 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8821;
Background color
Panel with #ab8821 background
background-color: #ab8821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8821; background: linear-gradient(135deg, #ab8821, #72AB21);