#1aa138
a dark, vivid green · cool · closest name: forestgreen
RGB
26, 161, 56
HSL
133°, 72%, 37%
CMYK
84, 0, 65, 37
Luminance
0.2599
Every format
| HEX | #1aa138 |
| RGB | rgb(26, 161, 56) |
| HSL | hsl(133, 72%, 37%) |
| CMYK | cmyk(84%, 0%, 65%, 37%) |
| LAB | lab(58.0 -55.8 43.8) |
| LCH | lch(58.0 70.9 141.9) |
| OKLCH | oklch(0.620 0.181 145.8) |
Copy-ready code
/* CSS */
color: #1aa138;
background-color: #1aa138;
/* Tailwind (arbitrary) */
class="text-[#1aa138] bg-[#1aa138]"
/* SCSS */
$brand: #1aa138;
/* SwiftUI */
Color(red: 0.102, green: 0.631, blue: 0.220)
/* Android */
Color.parseColor("#1aa138")Accessibility — WCAG contrast
Aa
#1aa138 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1aa138 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green63.1%
Blue22.0%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow65.2%
Key (black)36.9%
Color previews
#1aa138 text on a black background
contrast 6.20:1
Card sample
#1aa138 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aa138;
Background color
Panel with #1aa138 background
background-color: #1aa138;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aa138;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 161, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 161, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aa138; background: linear-gradient(135deg, #1aa138, #1AA192);