#09ba41
a dark, electric green · cool · closest name: forestgreen
RGB
9, 186, 65
HSL
139°, 91%, 38%
CMYK
95, 0, 65, 27
Luminance
0.3556
Every format
| HEX | #09ba41 |
| RGB | rgb(9, 186, 65) |
| HSL | hsl(139, 91%, 38%) |
| CMYK | cmyk(95%, 0%, 65%, 27%) |
| LAB | lab(66.2 -63.8 48.9) |
| LCH | lch(66.2 80.4 142.5) |
| OKLCH | oklch(0.688 0.206 146.4) |
Copy-ready code
/* CSS */
color: #09ba41;
background-color: #09ba41;
/* Tailwind (arbitrary) */
class="text-[#09ba41] bg-[#09ba41]"
/* SCSS */
$brand: #09ba41;
/* SwiftUI */
Color(red: 0.035, green: 0.729, blue: 0.255)
/* Android */
Color.parseColor("#09ba41")Accessibility — WCAG contrast
Aa
#09ba41 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09ba41 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green72.9%
Blue25.5%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow65.1%
Key (black)27.1%
Color previews
#09ba41 text on a black background
contrast 8.11:1
Card sample
#09ba41 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09ba41;
Background color
Panel with #09ba41 background
background-color: #09ba41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09ba41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 186, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 186, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09ba41; background: linear-gradient(135deg, #09ba41, #09BAB7);