#1aa755
a dark, vivid green · cool · closest name: forestgreen
RGB
26, 167, 85
HSL
145°, 73%, 38%
CMYK
84, 0, 49, 35
Luminance
0.2851
Every format
| HEX | #1aa755 |
| RGB | rgb(26, 167, 85) |
| HSL | hsl(145, 73%, 38%) |
| CMYK | cmyk(84%, 0%, 49%, 35%) |
| LAB | lab(60.4 -53.7 32.5) |
| LCH | lch(60.4 62.8 148.8) |
| OKLCH | oklch(0.640 0.164 151.2) |
Copy-ready code
/* CSS */
color: #1aa755;
background-color: #1aa755;
/* Tailwind (arbitrary) */
class="text-[#1aa755] bg-[#1aa755]"
/* SCSS */
$brand: #1aa755;
/* SwiftUI */
Color(red: 0.102, green: 0.655, blue: 0.333)
/* Android */
Color.parseColor("#1aa755")Accessibility — WCAG contrast
Aa
#1aa755 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1aa755 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green65.5%
Blue33.3%
CMYK percentages
Cyan84.4%
Magenta0.0%
Yellow49.1%
Key (black)34.5%
Color previews
#1aa755 text on a black background
contrast 6.70:1
Card sample
#1aa755 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aa755;
Background color
Panel with #1aa755 background
background-color: #1aa755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aa755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 167, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 167, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aa755; background: linear-gradient(135deg, #1aa755, #1A9BA7);