#0eac00
a dark, electric green · cool · closest name: green
RGB
14, 172, 0
HSL
115°, 100%, 34%
CMYK
92, 0, 100, 33
Luminance
0.2960
Every format
| HEX | #0eac00 |
| RGB | rgb(14, 172, 0) |
| HSL | hsl(115, 100%, 34%) |
| CMYK | cmyk(92%, 0%, 100%, 33%) |
| LAB | lab(61.3 -63.4 62.0) |
| LCH | lch(61.3 88.7 135.6) |
| OKLCH | oklch(0.646 0.218 142.2) |
Copy-ready code
/* CSS */
color: #0eac00;
background-color: #0eac00;
/* Tailwind (arbitrary) */
class="text-[#0eac00] bg-[#0eac00]"
/* SCSS */
$brand: #0eac00;
/* SwiftUI */
Color(red: 0.055, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#0eac00")Accessibility — WCAG contrast
Aa
#0eac00 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0eac00 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green67.5%
Blue0.0%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#0eac00 text on a black background
contrast 6.92:1
Card sample
#0eac00 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eac00;
Background color
Panel with #0eac00 background
background-color: #0eac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eac00; background: linear-gradient(135deg, #0eac00, #00AC65);