#ab9521
a dark, vivid yellow · cool · closest name: olive
RGB
171, 149, 33
HSL
50°, 68%, 40%
CMYK
0, 13, 81, 33
Luminance
0.3026
Every format
| HEX | #ab9521 |
| RGB | rgb(171, 149, 33) |
| HSL | hsl(50, 68%, 40%) |
| CMYK | cmyk(0%, 13%, 81%, 33%) |
| LAB | lab(61.9 -3.7 59.0) |
| LCH | lch(61.9 59.1 93.6) |
| OKLCH | oklch(0.670 0.129 97.6) |
Copy-ready code
/* CSS */
color: #ab9521;
background-color: #ab9521;
/* Tailwind (arbitrary) */
class="text-[#ab9521] bg-[#ab9521]"
/* SCSS */
$brand: #ab9521;
/* SwiftUI */
Color(red: 0.671, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#ab9521")Accessibility — WCAG contrast
Aa
#ab9521 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9521 on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow80.7%
Key (black)32.9%
Color previews
#ab9521 text on a black background
contrast 7.05:1
Card sample
#ab9521 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9521;
Background color
Panel with #ab9521 background
background-color: #ab9521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9521; background: linear-gradient(135deg, #ab9521, #65AB21);