#abb721
a dark, vivid yellow · cool · closest name: olive
RGB
171, 183, 33
HSL
65°, 69%, 42%
CMYK
7, 0, 82, 28
Luminance
0.4263
Every format
| HEX | #abb721 |
| RGB | rgb(171, 183, 33) |
| HSL | hsl(65, 69%, 42%) |
| CMYK | cmyk(7%, 0%, 82%, 28%) |
| LAB | lab(71.3 -21.4 67.2) |
| LCH | lch(71.3 70.5 107.6) |
| OKLCH | oklch(0.745 0.160 114.5) |
Copy-ready code
/* CSS */
color: #abb721;
background-color: #abb721;
/* Tailwind (arbitrary) */
class="text-[#abb721] bg-[#abb721]"
/* SCSS */
$brand: #abb721;
/* SwiftUI */
Color(red: 0.671, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#abb721")Accessibility — WCAG contrast
Aa
#abb721 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb721 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green71.8%
Blue12.9%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#abb721 text on a black background
contrast 9.53:1
Card sample
#abb721 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb721;
Background color
Panel with #abb721 background
background-color: #abb721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb721; background: linear-gradient(135deg, #abb721, #47B721);