#0eb021
a dark, electric green · cool · closest name: green
RGB
14, 176, 33
HSL
127°, 85%, 37%
CMYK
92, 0, 81, 31
Luminance
0.3125
Every format
| HEX | #0eb021 |
| RGB | rgb(14, 176, 33) |
| HSL | hsl(127, 85%, 37%) |
| CMYK | cmyk(92%, 0%, 81%, 31%) |
| LAB | lab(62.7 -63.4 57.0) |
| LCH | lch(62.7 85.3 138.0) |
| OKLCH | oklch(0.658 0.213 143.5) |
Copy-ready code
/* CSS */
color: #0eb021;
background-color: #0eb021;
/* Tailwind (arbitrary) */
class="text-[#0eb021] bg-[#0eb021]"
/* SCSS */
$brand: #0eb021;
/* SwiftUI */
Color(red: 0.055, green: 0.690, blue: 0.129)
/* Android */
Color.parseColor("#0eb021")Accessibility — WCAG contrast
Aa
#0eb021 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb021 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.0%
Blue12.9%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow81.3%
Key (black)31.0%
Color previews
#0eb021 text on a black background
contrast 7.25:1
Card sample
#0eb021 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb021;
Background color
Panel with #0eb021 background
background-color: #0eb021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 176, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 176, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb021; background: linear-gradient(135deg, #0eb021, #0EB08D);