#09c024
a dark, electric green · cool · closest name: green
RGB
9, 192, 36
HSL
129°, 91%, 39%
CMYK
95, 0, 81, 25
Luminance
0.3788
Every format
| HEX | #09c024 |
| RGB | rgb(9, 192, 36) |
| HSL | hsl(129, 91%, 39%) |
| CMYK | cmyk(95%, 0%, 81%, 25%) |
| LAB | lab(67.9 -68.0 61.1) |
| LCH | lch(67.9 91.4 138.1) |
| OKLCH | oklch(0.702 0.229 143.6) |
Copy-ready code
/* CSS */
color: #09c024;
background-color: #09c024;
/* Tailwind (arbitrary) */
class="text-[#09c024] bg-[#09c024]"
/* SCSS */
$brand: #09c024;
/* SwiftUI */
Color(red: 0.035, green: 0.753, blue: 0.141)
/* Android */
Color.parseColor("#09c024")Accessibility — WCAG contrast
Aa
#09c024 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09c024 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green75.3%
Blue14.1%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow81.3%
Key (black)24.7%
Color previews
#09c024 text on a black background
contrast 8.58:1
Card sample
#09c024 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09c024;
Background color
Panel with #09c024 background
background-color: #09c024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09c024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 192, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 192, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09c024; background: linear-gradient(135deg, #09c024, #09C09E);