#9ad921
a balanced, vivid green · cool · closest name: yellow
RGB
154, 217, 33
HSL
81°, 74%, 49%
CMYK
29, 0, 85, 15
Luminance
0.5661
Every format
| HEX | #9ad921 |
| RGB | rgb(154, 217, 33) |
| HSL | hsl(81, 74%, 49%) |
| CMYK | cmyk(29%, 0%, 85%, 15%) |
| LAB | lab(80.0 -43.9 74.2) |
| LCH | lch(80.0 86.2 120.6) |
| OKLCH | oklch(0.812 0.205 128.2) |
Copy-ready code
/* CSS */
color: #9ad921;
background-color: #9ad921;
/* Tailwind (arbitrary) */
class="text-[#9ad921] bg-[#9ad921]"
/* SCSS */
$brand: #9ad921;
/* SwiftUI */
Color(red: 0.604, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#9ad921")Accessibility — WCAG contrast
Aa
#9ad921 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ad921 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green85.1%
Blue12.9%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#9ad921 text on a black background
contrast 12.32:1
Card sample
#9ad921 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ad921;
Background color
Panel with #9ad921 background
background-color: #9ad921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ad921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ad921; background: linear-gradient(135deg, #9ad921, #21D923);