#1a9034
a dark, vivid green · cool · closest name: forestgreen
RGB
26, 144, 52
HSL
133°, 69%, 33%
CMYK
82, 0, 64, 44
Luminance
0.2041
Every format
| HEX | #1a9034 |
| RGB | rgb(26, 144, 52) |
| HSL | hsl(133, 69%, 33%) |
| CMYK | cmyk(82%, 0%, 64%, 44%) |
| LAB | lab(52.3 -50.6 39.2) |
| LCH | lch(52.3 64.0 142.3) |
| OKLCH | oklch(0.572 0.164 146.1) |
Copy-ready code
/* CSS */
color: #1a9034;
background-color: #1a9034;
/* Tailwind (arbitrary) */
class="text-[#1a9034] bg-[#1a9034]"
/* SCSS */
$brand: #1a9034;
/* SwiftUI */
Color(red: 0.102, green: 0.565, blue: 0.204)
/* Android */
Color.parseColor("#1a9034")Accessibility — WCAG contrast
Aa
#1a9034 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1a9034 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green56.5%
Blue20.4%
CMYK percentages
Cyan81.9%
Magenta0.0%
Yellow63.9%
Key (black)43.5%
Color previews
#1a9034 text on a black background
contrast 5.08:1
Card sample
#1a9034 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a9034;
Background color
Panel with #1a9034 background
background-color: #1a9034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a9034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 144, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 144, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a9034; background: linear-gradient(135deg, #1a9034, #1A9082);