#0eb461
a dark, electric green · cool · closest name: forestgreen
RGB
14, 180, 97
HSL
150°, 86%, 38%
CMYK
92, 0, 46, 29
Luminance
0.3360
Every format
| HEX | #0eb461 |
| RGB | rgb(14, 180, 97) |
| HSL | hsl(150, 86%, 38%) |
| CMYK | cmyk(92%, 0%, 46%, 29%) |
| LAB | lab(64.6 -57.0 31.8) |
| LCH | lch(64.6 65.3 150.9) |
| OKLCH | oklch(0.676 0.172 153.0) |
Copy-ready code
/* CSS */
color: #0eb461;
background-color: #0eb461;
/* Tailwind (arbitrary) */
class="text-[#0eb461] bg-[#0eb461]"
/* SCSS */
$brand: #0eb461;
/* SwiftUI */
Color(red: 0.055, green: 0.706, blue: 0.380)
/* Android */
Color.parseColor("#0eb461")Accessibility — WCAG contrast
Aa
#0eb461 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb461 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green70.6%
Blue38.0%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow46.1%
Key (black)29.4%
Color previews
#0eb461 text on a black background
contrast 7.72:1
Card sample
#0eb461 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb461;
Background color
Panel with #0eb461 background
background-color: #0eb461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 180, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 180, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb461; background: linear-gradient(135deg, #0eb461, #0E98B4);