#09b113
a dark, electric green · cool · closest name: green
RGB
9, 177, 19
HSL
124°, 90%, 37%
CMYK
95, 0, 89, 31
Luminance
0.3155
Every format
| HEX | #09b113 |
| RGB | rgb(9, 177, 19) |
| HSL | hsl(124, 90%, 37%) |
| CMYK | cmyk(95%, 0%, 89%, 31%) |
| LAB | lab(63.0 -64.6 60.6) |
| LCH | lch(63.0 88.6 136.8) |
| OKLCH | oklch(0.660 0.220 142.9) |
Copy-ready code
/* CSS */
color: #09b113;
background-color: #09b113;
/* Tailwind (arbitrary) */
class="text-[#09b113] bg-[#09b113]"
/* SCSS */
$brand: #09b113;
/* SwiftUI */
Color(red: 0.035, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#09b113")Accessibility — WCAG contrast
Aa
#09b113 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09b113 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green69.4%
Blue7.5%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#09b113 text on a black background
contrast 7.31:1
Card sample
#09b113 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09b113;
Background color
Panel with #09b113 background
background-color: #09b113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09b113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09b113; background: linear-gradient(135deg, #09b113, #09B183);