#1aa430
a dark, vivid green · cool · closest name: forestgreen
RGB
26, 164, 48
HSL
130°, 73%, 37%
CMYK
84, 0, 71, 36
Luminance
0.2698
Every format
| HEX | #1aa430 |
| RGB | rgb(26, 164, 48) |
| HSL | hsl(130, 73%, 37%) |
| CMYK | cmyk(84%, 0%, 71%, 36%) |
| LAB | lab(59.0 -57.6 48.2) |
| LCH | lch(59.0 75.1 140.1) |
| OKLCH | oklch(0.627 0.191 144.6) |
Copy-ready code
/* CSS */
color: #1aa430;
background-color: #1aa430;
/* Tailwind (arbitrary) */
class="text-[#1aa430] bg-[#1aa430]"
/* SCSS */
$brand: #1aa430;
/* SwiftUI */
Color(red: 0.102, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#1aa430")Accessibility — WCAG contrast
Aa
#1aa430 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1aa430 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green64.3%
Blue18.8%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#1aa430 text on a black background
contrast 6.40:1
Card sample
#1aa430 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aa430;
Background color
Panel with #1aa430 background
background-color: #1aa430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aa430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aa430; background: linear-gradient(135deg, #1aa430, #1AA48C);