#aba521
a dark, vivid yellow · cool · closest name: olive
RGB
171, 165, 33
HSL
57°, 68%, 40%
CMYK
0, 4, 81, 33
Luminance
0.3568
Every format
| HEX | #aba521 |
| RGB | rgb(171, 165, 33) |
| HSL | hsl(57, 68%, 40%) |
| CMYK | cmyk(0%, 4%, 81%, 33%) |
| LAB | lab(66.3 -12.2 62.8) |
| LCH | lch(66.3 64.0 101.0) |
| OKLCH | oklch(0.705 0.142 106.7) |
Copy-ready code
/* CSS */
color: #aba521;
background-color: #aba521;
/* Tailwind (arbitrary) */
class="text-[#aba521] bg-[#aba521]"
/* SCSS */
$brand: #aba521;
/* SwiftUI */
Color(red: 0.671, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#aba521")Accessibility — WCAG contrast
Aa
#aba521 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba521 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow80.7%
Key (black)32.9%
Color previews
#aba521 text on a black background
contrast 8.14:1
Card sample
#aba521 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba521;
Background color
Panel with #aba521 background
background-color: #aba521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba521; background: linear-gradient(135deg, #aba521, #55AB21);