#1acd49
a balanced, electric green · cool · closest name: forestgreen
RGB
26, 205, 73
HSL
136°, 78%, 45%
CMYK
87, 0, 64, 20
Luminance
0.4436
Every format
| HEX | #1acd49 |
| RGB | rgb(26, 205, 73) |
| HSL | hsl(136, 78%, 45%) |
| CMYK | cmyk(87%, 0%, 64%, 20%) |
| LAB | lab(72.5 -67.7 52.5) |
| LCH | lch(72.5 85.7 142.2) |
| OKLCH | oklch(0.740 0.219 146.1) |
Copy-ready code
/* CSS */
color: #1acd49;
background-color: #1acd49;
/* Tailwind (arbitrary) */
class="text-[#1acd49] bg-[#1acd49]"
/* SCSS */
$brand: #1acd49;
/* SwiftUI */
Color(red: 0.102, green: 0.804, blue: 0.286)
/* Android */
Color.parseColor("#1acd49")Accessibility — WCAG contrast
Aa
#1acd49 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acd49 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.4%
Blue28.6%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow64.4%
Key (black)19.6%
Color previews
#1acd49 text on a black background
contrast 9.87:1
Card sample
#1acd49 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acd49;
Background color
Panel with #1acd49 background
background-color: #1acd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 205, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 205, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acd49; background: linear-gradient(135deg, #1acd49, #1ACDC1);