#1acd66
a balanced, electric green · cool · closest name: forestgreen
RGB
26, 205, 102
HSL
146°, 78%, 45%
CMYK
87, 0, 50, 20
Luminance
0.4484
Every format
| HEX | #1acd66 |
| RGB | rgb(26, 205, 102) |
| HSL | hsl(146, 78%, 45%) |
| CMYK | cmyk(87%, 0%, 50%, 20%) |
| LAB | lab(72.8 -63.8 39.5) |
| LCH | lch(72.8 75.1 148.2) |
| OKLCH | oklch(0.744 0.196 150.7) |
Copy-ready code
/* CSS */
color: #1acd66;
background-color: #1acd66;
/* Tailwind (arbitrary) */
class="text-[#1acd66] bg-[#1acd66]"
/* SCSS */
$brand: #1acd66;
/* SwiftUI */
Color(red: 0.102, green: 0.804, blue: 0.400)
/* Android */
Color.parseColor("#1acd66")Accessibility — WCAG contrast
Aa
#1acd66 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acd66 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.4%
Blue40.0%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow50.2%
Key (black)19.6%
Color previews
#1acd66 text on a black background
contrast 9.97:1
Card sample
#1acd66 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acd66;
Background color
Panel with #1acd66 background
background-color: #1acd66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acd66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 205, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 205, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acd66; background: linear-gradient(135deg, #1acd66, #1ABDCD);