#09b228
a dark, electric green · cool · closest name: green
RGB
9, 178, 40
HSL
131°, 90%, 37%
CMYK
95, 0, 78, 30
Luminance
0.3205
Every format
| HEX | #09b228 |
| RGB | rgb(9, 178, 40) |
| HSL | hsl(131, 90%, 37%) |
| CMYK | cmyk(95%, 0%, 78%, 30%) |
| LAB | lab(63.4 -63.7 55.5) |
| LCH | lch(63.4 84.5 138.9) |
| OKLCH | oklch(0.664 0.212 144.1) |
Copy-ready code
/* CSS */
color: #09b228;
background-color: #09b228;
/* Tailwind (arbitrary) */
class="text-[#09b228] bg-[#09b228]"
/* SCSS */
$brand: #09b228;
/* SwiftUI */
Color(red: 0.035, green: 0.698, blue: 0.157)
/* Android */
Color.parseColor("#09b228")Accessibility — WCAG contrast
Aa
#09b228 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09b228 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green69.8%
Blue15.7%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow77.5%
Key (black)30.2%
Color previews
#09b228 text on a black background
contrast 7.41:1
Card sample
#09b228 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09b228;
Background color
Panel with #09b228 background
background-color: #09b228;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09b228;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 178, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 178, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09b228; background: linear-gradient(135deg, #09b228, #09B299);