#1ab969
a dark, electric green · cool · closest name: forestgreen
RGB
26, 185, 105
HSL
150°, 75%, 41%
CMYK
86, 0, 43, 28
Luminance
0.3594
Every format
| HEX | #1ab969 |
| RGB | rgb(26, 185, 105) |
| HSL | hsl(150, 75%, 41%) |
| CMYK | cmyk(86%, 0%, 43%, 28%) |
| LAB | lab(66.5 -56.5 30.0) |
| LCH | lch(66.5 64.0 152.0) |
| OKLCH | oklch(0.692 0.169 154.0) |
Copy-ready code
/* CSS */
color: #1ab969;
background-color: #1ab969;
/* Tailwind (arbitrary) */
class="text-[#1ab969] bg-[#1ab969]"
/* SCSS */
$brand: #1ab969;
/* SwiftUI */
Color(red: 0.102, green: 0.725, blue: 0.412)
/* Android */
Color.parseColor("#1ab969")Accessibility — WCAG contrast
Aa
#1ab969 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ab969 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green72.5%
Blue41.2%
CMYK percentages
Cyan85.9%
Magenta0.0%
Yellow43.2%
Key (black)27.5%
Color previews
#1ab969 text on a black background
contrast 8.19:1
Card sample
#1ab969 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ab969;
Background color
Panel with #1ab969 background
background-color: #1ab969;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ab969;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 185, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 185, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ab969; background: linear-gradient(135deg, #1ab969, #1A9FB9);