#09b511
a dark, electric green · cool · closest name: green
RGB
9, 181, 17
HSL
123°, 91%, 37%
CMYK
95, 0, 91, 29
Luminance
0.3315
Every format
| HEX | #09b511 |
| RGB | rgb(9, 181, 17) |
| HSL | hsl(123, 91%, 37%) |
| CMYK | cmyk(95%, 0%, 91%, 29%) |
| LAB | lab(64.3 -65.8 62.1) |
| LCH | lch(64.3 90.5 136.6) |
| OKLCH | oklch(0.671 0.224 142.8) |
Copy-ready code
/* CSS */
color: #09b511;
background-color: #09b511;
/* Tailwind (arbitrary) */
class="text-[#09b511] bg-[#09b511]"
/* SCSS */
$brand: #09b511;
/* SwiftUI */
Color(red: 0.035, green: 0.710, blue: 0.067)
/* Android */
Color.parseColor("#09b511")Accessibility — WCAG contrast
Aa
#09b511 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09b511 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green71.0%
Blue6.7%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow90.6%
Key (black)29.0%
Color previews
#09b511 text on a black background
contrast 7.63:1
Card sample
#09b511 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09b511;
Background color
Panel with #09b511 background
background-color: #09b511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09b511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 181, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 181, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09b511; background: linear-gradient(135deg, #09b511, #09B584);