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