#a8c521
a balanced, vivid green · cool · closest name: olivedrab
RGB
168, 197, 33
HSL
71°, 71%, 45%
CMYK
15, 0, 83, 23
Luminance
0.4837
Every format
| HEX | #a8c521 |
| RGB | rgb(168, 197, 33) |
| HSL | hsl(71, 71%, 45%) |
| CMYK | cmyk(15%, 0%, 83%, 23%) |
| LAB | lab(75.1 -29.4 70.3) |
| LCH | lch(75.1 76.2 112.7) |
| OKLCH | oklch(0.775 0.176 120.1) |
Copy-ready code
/* CSS */
color: #a8c521;
background-color: #a8c521;
/* Tailwind (arbitrary) */
class="text-[#a8c521] bg-[#a8c521]"
/* SCSS */
$brand: #a8c521;
/* SwiftUI */
Color(red: 0.659, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#a8c521")Accessibility — WCAG contrast
Aa
#a8c521 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8c521 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green77.3%
Blue12.9%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#a8c521 text on a black background
contrast 10.67:1
Card sample
#a8c521 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8c521;
Background color
Panel with #a8c521 background
background-color: #a8c521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8c521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8c521; background: linear-gradient(135deg, #a8c521, #3BC521);