#1a9041
a dark, vivid green · cool · closest name: forestgreen
RGB
26, 144, 65
HSL
140°, 69%, 33%
CMYK
82, 0, 55, 44
Luminance
0.2055
Every format
| HEX | #1a9041 |
| RGB | rgb(26, 144, 65) |
| HSL | hsl(140, 69%, 33%) |
| CMYK | cmyk(82%, 0%, 55%, 44%) |
| LAB | lab(52.5 -48.8 33.0) |
| LCH | lch(52.5 58.9 145.9) |
| OKLCH | oklch(0.574 0.153 148.8) |
Copy-ready code
/* CSS */
color: #1a9041;
background-color: #1a9041;
/* Tailwind (arbitrary) */
class="text-[#1a9041] bg-[#1a9041]"
/* SCSS */
$brand: #1a9041;
/* SwiftUI */
Color(red: 0.102, green: 0.565, blue: 0.255)
/* Android */
Color.parseColor("#1a9041")Accessibility — WCAG contrast
Aa
#1a9041 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1a9041 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green56.5%
Blue25.5%
CMYK percentages
Cyan81.9%
Magenta0.0%
Yellow54.9%
Key (black)43.5%
Color previews
#1a9041 text on a black background
contrast 5.11:1
Card sample
#1a9041 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a9041;
Background color
Panel with #1a9041 background
background-color: #1a9041;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a9041;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 144, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 144, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a9041; background: linear-gradient(135deg, #1a9041, #1A908F);