#a8d521
a balanced, vivid green · cool · closest name: yellow
RGB
168, 213, 33
HSL
75°, 73%, 48%
CMYK
21, 0, 85, 17
Luminance
0.5602
Every format
| HEX | #a8d521 |
| RGB | rgb(168, 213, 33) |
| HSL | hsl(75, 73%, 48%) |
| CMYK | cmyk(21%, 0%, 85%, 17%) |
| LAB | lab(79.6 -36.8 74.2) |
| LCH | lch(79.6 82.9 116.4) |
| OKLCH | oklch(0.812 0.194 124.0) |
Copy-ready code
/* CSS */
color: #a8d521;
background-color: #a8d521;
/* Tailwind (arbitrary) */
class="text-[#a8d521] bg-[#a8d521]"
/* SCSS */
$brand: #a8d521;
/* SwiftUI */
Color(red: 0.659, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#a8d521")Accessibility — WCAG contrast
Aa
#a8d521 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8d521 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green83.5%
Blue12.9%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#a8d521 text on a black background
contrast 12.20:1
Card sample
#a8d521 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8d521;
Background color
Panel with #a8d521 background
background-color: #a8d521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8d521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8d521; background: linear-gradient(135deg, #a8d521, #30D521);