#0eb037
a dark, electric green · cool · closest name: forestgreen
RGB
14, 176, 55
HSL
135°, 85%, 37%
CMYK
92, 0, 69, 31
Luminance
0.3142
Every format
| HEX | #0eb037 |
| RGB | rgb(14, 176, 55) |
| HSL | hsl(135, 85%, 37%) |
| CMYK | cmyk(92%, 0%, 69%, 31%) |
| LAB | lab(62.9 -61.6 49.5) |
| LCH | lch(62.9 79.0 141.2) |
| OKLCH | oklch(0.660 0.201 145.5) |
Copy-ready code
/* CSS */
color: #0eb037;
background-color: #0eb037;
/* Tailwind (arbitrary) */
class="text-[#0eb037] bg-[#0eb037]"
/* SCSS */
$brand: #0eb037;
/* SwiftUI */
Color(red: 0.055, green: 0.690, blue: 0.216)
/* Android */
Color.parseColor("#0eb037")Accessibility — WCAG contrast
Aa
#0eb037 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb037 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.0%
Blue21.6%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow68.8%
Key (black)31.0%
Color previews
#0eb037 text on a black background
contrast 7.28:1
Card sample
#0eb037 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb037;
Background color
Panel with #0eb037 background
background-color: #0eb037;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb037;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 176, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 176, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb037; background: linear-gradient(135deg, #0eb037, #0EB0A3);