#abb521
a dark, vivid yellow · cool · closest name: olive
RGB
171, 181, 33
HSL
64°, 69%, 42%
CMYK
6, 0, 82, 29
Luminance
0.4182
Every format
| HEX | #abb521 |
| RGB | rgb(171, 181, 33) |
| HSL | hsl(64, 69%, 42%) |
| CMYK | cmyk(6%, 0%, 82%, 29%) |
| LAB | lab(70.7 -20.4 66.7) |
| LCH | lch(70.7 69.8 107.0) |
| OKLCH | oklch(0.741 0.158 113.8) |
Copy-ready code
/* CSS */
color: #abb521;
background-color: #abb521;
/* Tailwind (arbitrary) */
class="text-[#abb521] bg-[#abb521]"
/* SCSS */
$brand: #abb521;
/* SwiftUI */
Color(red: 0.671, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#abb521")Accessibility — WCAG contrast
Aa
#abb521 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb521 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green71.0%
Blue12.9%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#abb521 text on a black background
contrast 9.36:1
Card sample
#abb521 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb521;
Background color
Panel with #abb521 background
background-color: #abb521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb521; background: linear-gradient(135deg, #abb521, #48B521);