#0eb613
a dark, electric green · cool · closest name: green
RGB
14, 182, 19
HSL
122°, 86%, 38%
CMYK
92, 0, 90, 29
Luminance
0.3360
Every format
| HEX | #0eb613 |
| RGB | rgb(14, 182, 19) |
| HSL | hsl(122, 86%, 38%) |
| CMYK | cmyk(92%, 0%, 90%, 29%) |
| LAB | lab(64.6 -65.7 62.1) |
| LCH | lch(64.6 90.4 136.6) |
| OKLCH | oklch(0.674 0.224 142.7) |
Copy-ready code
/* CSS */
color: #0eb613;
background-color: #0eb613;
/* Tailwind (arbitrary) */
class="text-[#0eb613] bg-[#0eb613]"
/* SCSS */
$brand: #0eb613;
/* SwiftUI */
Color(red: 0.055, green: 0.714, blue: 0.075)
/* Android */
Color.parseColor("#0eb613")Accessibility — WCAG contrast
Aa
#0eb613 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb613 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green71.4%
Blue7.5%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow89.6%
Key (black)28.6%
Color previews
#0eb613 text on a black background
contrast 7.72:1
Card sample
#0eb613 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb613;
Background color
Panel with #0eb613 background
background-color: #0eb613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 182, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 182, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb613; background: linear-gradient(135deg, #0eb613, #0EB683);