#0e9636
a dark, electric green · cool · closest name: forestgreen
RGB
14, 150, 54
HSL
138°, 83%, 32%
CMYK
91, 0, 64, 41
Luminance
0.2217
Every format
| HEX | #0e9636 |
| RGB | rgb(14, 150, 54) |
| HSL | hsl(138, 83%, 32%) |
| CMYK | cmyk(91%, 0%, 64%, 41%) |
| LAB | lab(54.2 -53.5 40.4) |
| LCH | lch(54.2 67.0 143.0) |
| OKLCH | oklch(0.588 0.172 146.7) |
Copy-ready code
/* CSS */
color: #0e9636;
background-color: #0e9636;
/* Tailwind (arbitrary) */
class="text-[#0e9636] bg-[#0e9636]"
/* SCSS */
$brand: #0e9636;
/* SwiftUI */
Color(red: 0.055, green: 0.588, blue: 0.212)
/* Android */
Color.parseColor("#0e9636")Accessibility — WCAG contrast
Aa
#0e9636 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0e9636 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green58.8%
Blue21.2%
CMYK percentages
Cyan90.7%
Magenta0.0%
Yellow64.0%
Key (black)41.2%
Color previews
#0e9636 text on a black background
contrast 5.43:1
Card sample
#0e9636 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e9636;
Background color
Panel with #0e9636 background
background-color: #0e9636;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e9636;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 150, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 150, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e9636; background: linear-gradient(135deg, #0e9636, #0E9691);