#a0d521
a balanced, vivid green · cool · closest name: yellow
RGB
160, 213, 33
HSL
78°, 73%, 48%
CMYK
25, 0, 85, 17
Luminance
0.5517
Every format
| HEX | #a0d521 |
| RGB | rgb(160, 213, 33) |
| HSL | hsl(78, 73%, 48%) |
| CMYK | cmyk(25%, 0%, 85%, 17%) |
| LAB | lab(79.1 -39.9 73.6) |
| LCH | lch(79.1 83.8 118.5) |
| OKLCH | oklch(0.807 0.198 126.1) |
Copy-ready code
/* CSS */
color: #a0d521;
background-color: #a0d521;
/* Tailwind (arbitrary) */
class="text-[#a0d521] bg-[#a0d521]"
/* SCSS */
$brand: #a0d521;
/* SwiftUI */
Color(red: 0.627, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#a0d521")Accessibility — WCAG contrast
Aa
#a0d521 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0d521 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green83.5%
Blue12.9%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#a0d521 text on a black background
contrast 12.03:1
Card sample
#a0d521 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0d521;
Background color
Panel with #a0d521 background
background-color: #a0d521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0d521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0d521; background: linear-gradient(135deg, #a0d521, #28D521);