#a7db21
a balanced, vivid green · cool · closest name: yellow
RGB
167, 219, 33
HSL
77°, 74%, 49%
CMYK
24, 0, 85, 14
Luminance
0.5899
Every format
| HEX | #a7db21 |
| RGB | rgb(167, 219, 33) |
| HSL | hsl(77, 74%, 49%) |
| CMYK | cmyk(24%, 0%, 85%, 14%) |
| LAB | lab(81.3 -39.9 75.6) |
| LCH | lch(81.3 85.5 117.8) |
| OKLCH | oklch(0.825 0.201 125.5) |
Copy-ready code
/* CSS */
color: #a7db21;
background-color: #a7db21;
/* Tailwind (arbitrary) */
class="text-[#a7db21] bg-[#a7db21]"
/* SCSS */
$brand: #a7db21;
/* SwiftUI */
Color(red: 0.655, green: 0.859, blue: 0.129)
/* Android */
Color.parseColor("#a7db21")Accessibility — WCAG contrast
Aa
#a7db21 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7db21 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green85.9%
Blue12.9%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow84.9%
Key (black)14.1%
Color previews
#a7db21 text on a black background
contrast 12.80:1
Card sample
#a7db21 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7db21;
Background color
Panel with #a7db21 background
background-color: #a7db21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7db21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 219, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 219, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7db21; background: linear-gradient(135deg, #a7db21, #2BDB21);