#0eb554
a dark, electric green · cool · closest name: forestgreen
RGB
14, 181, 84
HSL
145°, 86%, 38%
CMYK
92, 0, 54, 29
Luminance
0.3378
Every format
| HEX | #0eb554 |
| RGB | rgb(14, 181, 84) |
| HSL | hsl(145, 86%, 38%) |
| CMYK | cmyk(92%, 0%, 54%, 29%) |
| LAB | lab(64.8 -59.5 38.5) |
| LCH | lch(64.8 70.8 147.1) |
| OKLCH | oklch(0.677 0.184 149.8) |
Copy-ready code
/* CSS */
color: #0eb554;
background-color: #0eb554;
/* Tailwind (arbitrary) */
class="text-[#0eb554] bg-[#0eb554]"
/* SCSS */
$brand: #0eb554;
/* SwiftUI */
Color(red: 0.055, green: 0.710, blue: 0.329)
/* Android */
Color.parseColor("#0eb554")Accessibility — WCAG contrast
Aa
#0eb554 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb554 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green71.0%
Blue32.9%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow53.6%
Key (black)29.0%
Color previews
#0eb554 text on a black background
contrast 7.76:1
Card sample
#0eb554 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb554;
Background color
Panel with #0eb554 background
background-color: #0eb554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 181, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 181, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb554; background: linear-gradient(135deg, #0eb554, #0EA7B5);