#1ac366
a dark, electric green · cool · closest name: forestgreen
RGB
26, 195, 102
HSL
147°, 77%, 43%
CMYK
87, 0, 48, 24
Luminance
0.4021
Every format
| HEX | #1ac366 |
| RGB | rgb(26, 195, 102) |
| HSL | hsl(147, 77%, 43%) |
| CMYK | cmyk(87%, 0%, 48%, 24%) |
| LAB | lab(69.6 -60.5 35.6) |
| LCH | lch(69.6 70.2 149.5) |
| OKLCH | oklch(0.718 0.184 151.8) |
Copy-ready code
/* CSS */
color: #1ac366;
background-color: #1ac366;
/* Tailwind (arbitrary) */
class="text-[#1ac366] bg-[#1ac366]"
/* SCSS */
$brand: #1ac366;
/* SwiftUI */
Color(red: 0.102, green: 0.765, blue: 0.400)
/* Android */
Color.parseColor("#1ac366")Accessibility — WCAG contrast
Aa
#1ac366 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ac366 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green76.5%
Blue40.0%
CMYK percentages
Cyan86.7%
Magenta0.0%
Yellow47.7%
Key (black)23.5%
Color previews
#1ac366 text on a black background
contrast 9.04:1
Card sample
#1ac366 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ac366;
Background color
Panel with #1ac366 background
background-color: #1ac366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ac366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 195, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 195, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ac366; background: linear-gradient(135deg, #1ac366, #1AAFC3);