#09bd39
a dark, electric green · cool · closest name: forestgreen
RGB
9, 189, 57
HSL
136°, 91%, 39%
CMYK
95, 0, 70, 26
Luminance
0.3675
Every format
| HEX | #09bd39 |
| RGB | rgb(9, 189, 57) |
| HSL | hsl(136, 91%, 39%) |
| CMYK | cmyk(95%, 0%, 70%, 26%) |
| LAB | lab(67.1 -65.5 53.1) |
| LCH | lch(67.1 84.4 141.0) |
| OKLCH | oklch(0.695 0.214 145.4) |
Copy-ready code
/* CSS */
color: #09bd39;
background-color: #09bd39;
/* Tailwind (arbitrary) */
class="text-[#09bd39] bg-[#09bd39]"
/* SCSS */
$brand: #09bd39;
/* SwiftUI */
Color(red: 0.035, green: 0.741, blue: 0.224)
/* Android */
Color.parseColor("#09bd39")Accessibility — WCAG contrast
Aa
#09bd39 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09bd39 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green74.1%
Blue22.4%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow69.8%
Key (black)25.9%
Color previews
#09bd39 text on a black background
contrast 8.35:1
Card sample
#09bd39 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09bd39;
Background color
Panel with #09bd39 background
background-color: #09bd39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09bd39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 189, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 189, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09bd39; background: linear-gradient(135deg, #09bd39, #09BDB1);