#abb321
a dark, vivid yellow · cool · closest name: olive
RGB
171, 179, 33
HSL
63°, 69%, 42%
CMYK
5, 0, 82, 30
Luminance
0.4101
Every format
| HEX | #abb321 |
| RGB | rgb(171, 179, 33) |
| HSL | hsl(63, 69%, 42%) |
| CMYK | cmyk(5%, 0%, 82%, 30%) |
| LAB | lab(70.2 -19.4 66.2) |
| LCH | lch(70.2 69.0 106.3) |
| OKLCH | oklch(0.736 0.156 113.0) |
Copy-ready code
/* CSS */
color: #abb321;
background-color: #abb321;
/* Tailwind (arbitrary) */
class="text-[#abb321] bg-[#abb321]"
/* SCSS */
$brand: #abb321;
/* SwiftUI */
Color(red: 0.671, green: 0.702, blue: 0.129)
/* Android */
Color.parseColor("#abb321")Accessibility — WCAG contrast
Aa
#abb321 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb321 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green70.2%
Blue12.9%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow81.6%
Key (black)29.8%
Color previews
#abb321 text on a black background
contrast 9.20:1
Card sample
#abb321 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb321;
Background color
Panel with #abb321 background
background-color: #abb321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 179, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 179, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb321; background: linear-gradient(135deg, #abb321, #4AB321);