#1acb49
a dark, electric green · cool · closest name: forestgreen
RGB
26, 203, 73
HSL
136°, 77%, 45%
CMYK
87, 0, 64, 20
Luminance
0.4341
Every format
| HEX | #1acb49 |
| RGB | rgb(26, 203, 73) |
| HSL | hsl(136, 77%, 45%) |
| CMYK | cmyk(87%, 0%, 64%, 20%) |
| LAB | lab(71.8 -67.1 51.8) |
| LCH | lch(71.8 84.8 142.3) |
| OKLCH | oklch(0.735 0.217 146.2) |
Copy-ready code
/* CSS */
color: #1acb49;
background-color: #1acb49;
/* Tailwind (arbitrary) */
class="text-[#1acb49] bg-[#1acb49]"
/* SCSS */
$brand: #1acb49;
/* SwiftUI */
Color(red: 0.102, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#1acb49")Accessibility — WCAG contrast
Aa
#1acb49 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acb49 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green79.6%
Blue28.6%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow64.0%
Key (black)20.4%
Color previews
#1acb49 text on a black background
contrast 9.68:1
Card sample
#1acb49 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acb49;
Background color
Panel with #1acb49 background
background-color: #1acb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acb49; background: linear-gradient(135deg, #1acb49, #1ACBBF);