#1ac00e
a dark, electric green · cool · closest name: green
RGB
26, 192, 14
HSL
116°, 86%, 40%
CMYK
87, 0, 93, 25
Luminance
0.3795
Every format
| HEX | #1ac00e |
| RGB | rgb(26, 192, 14) |
| HSL | hsl(116, 86%, 40%) |
| CMYK | cmyk(87%, 0%, 93%, 25%) |
| LAB | lab(68.0 -67.8 65.8) |
| LCH | lch(68.0 94.5 135.9) |
| OKLCH | oklch(0.702 0.233 142.2) |
Copy-ready code
/* CSS */
color: #1ac00e;
background-color: #1ac00e;
/* Tailwind (arbitrary) */
class="text-[#1ac00e] bg-[#1ac00e]"
/* SCSS */
$brand: #1ac00e;
/* SwiftUI */
Color(red: 0.102, green: 0.753, blue: 0.055)
/* Android */
Color.parseColor("#1ac00e")Accessibility — WCAG contrast
Aa
#1ac00e on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ac00e on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green75.3%
Blue5.5%
CMYK percentages
Cyan86.5%
Magenta0.0%
Yellow92.7%
Key (black)24.7%
Color previews
#1ac00e text on a black background
contrast 8.59:1
Card sample
#1ac00e text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ac00e;
Background color
Panel with #1ac00e background
background-color: #1ac00e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ac00e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 192, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 192, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ac00e; background: linear-gradient(135deg, #1ac00e, #0EC079);