#0eb63d
a dark, electric green · cool · closest name: forestgreen
RGB
14, 182, 61
HSL
137°, 86%, 38%
CMYK
92, 0, 67, 29
Luminance
0.3389
Every format
| HEX | #0eb63d |
| RGB | rgb(14, 182, 61) |
| HSL | hsl(137, 86%, 38%) |
| CMYK | cmyk(92%, 0%, 67%, 29%) |
| LAB | lab(64.9 -62.8 49.1) |
| LCH | lch(64.9 79.7 141.9) |
| OKLCH | oklch(0.676 0.203 146.0) |
Copy-ready code
/* CSS */
color: #0eb63d;
background-color: #0eb63d;
/* Tailwind (arbitrary) */
class="text-[#0eb63d] bg-[#0eb63d]"
/* SCSS */
$brand: #0eb63d;
/* SwiftUI */
Color(red: 0.055, green: 0.714, blue: 0.239)
/* Android */
Color.parseColor("#0eb63d")Accessibility — WCAG contrast
Aa
#0eb63d on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb63d on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green71.4%
Blue23.9%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow66.5%
Key (black)28.6%
Color previews
#0eb63d text on a black background
contrast 7.78:1
Card sample
#0eb63d text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb63d;
Background color
Panel with #0eb63d background
background-color: #0eb63d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb63d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 182, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 182, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb63d; background: linear-gradient(135deg, #0eb63d, #0EB6AD);