#09a721
a dark, electric green · cool · closest name: green
RGB
9, 167, 33
HSL
129°, 90%, 35%
CMYK
95, 0, 80, 35
Luminance
0.2781
Every format
| HEX | #09a721 |
| RGB | rgb(9, 167, 33) |
| HSL | hsl(129, 90%, 35%) |
| CMYK | cmyk(95%, 0%, 80%, 35%) |
| LAB | lab(59.7 -61.0 54.2) |
| LCH | lch(59.7 81.6 138.4) |
| OKLCH | oklch(0.633 0.204 143.7) |
Copy-ready code
/* CSS */
color: #09a721;
background-color: #09a721;
/* Tailwind (arbitrary) */
class="text-[#09a721] bg-[#09a721]"
/* SCSS */
$brand: #09a721;
/* SwiftUI */
Color(red: 0.035, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#09a721")Accessibility — WCAG contrast
Aa
#09a721 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#09a721 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green65.5%
Blue12.9%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#09a721 text on a black background
contrast 6.56:1
Card sample
#09a721 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09a721;
Background color
Panel with #09a721 background
background-color: #09a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09a721; background: linear-gradient(135deg, #09a721, #09A78A);