#0ebe50
a dark, electric green · cool · closest name: forestgreen
RGB
14, 190, 80
HSL
143°, 86%, 40%
CMYK
93, 0, 58, 26
Luminance
0.3750
Every format
| HEX | #0ebe50 |
| RGB | rgb(14, 190, 80) |
| HSL | hsl(143, 86%, 40%) |
| CMYK | cmyk(93%, 0%, 58%, 26%) |
| LAB | lab(67.7 -63.0 43.8) |
| LCH | lch(67.7 76.7 145.2) |
| OKLCH | oklch(0.700 0.198 148.3) |
Copy-ready code
/* CSS */
color: #0ebe50;
background-color: #0ebe50;
/* Tailwind (arbitrary) */
class="text-[#0ebe50] bg-[#0ebe50]"
/* SCSS */
$brand: #0ebe50;
/* SwiftUI */
Color(red: 0.055, green: 0.745, blue: 0.314)
/* Android */
Color.parseColor("#0ebe50")Accessibility — WCAG contrast
Aa
#0ebe50 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebe50 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.5%
Blue31.4%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow57.9%
Key (black)25.5%
Color previews
#0ebe50 text on a black background
contrast 8.50:1
Card sample
#0ebe50 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebe50;
Background color
Panel with #0ebe50 background
background-color: #0ebe50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebe50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 190, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 190, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebe50; background: linear-gradient(135deg, #0ebe50, #0EB7BE);