#1abc4b
a dark, electric green · cool · closest name: forestgreen
RGB
26, 188, 75
HSL
138°, 76%, 42%
CMYK
86, 0, 60, 26
Luminance
0.3669
Every format
| HEX | #1abc4b |
| RGB | rgb(26, 188, 75) |
| HSL | hsl(138, 76%, 42%) |
| CMYK | cmyk(86%, 0%, 60%, 26%) |
| LAB | lab(67.0 -62.2 45.5) |
| LCH | lch(67.0 77.0 143.8) |
| OKLCH | oklch(0.695 0.198 147.3) |
Copy-ready code
/* CSS */
color: #1abc4b;
background-color: #1abc4b;
/* Tailwind (arbitrary) */
class="text-[#1abc4b] bg-[#1abc4b]"
/* SCSS */
$brand: #1abc4b;
/* SwiftUI */
Color(red: 0.102, green: 0.737, blue: 0.294)
/* Android */
Color.parseColor("#1abc4b")Accessibility — WCAG contrast
Aa
#1abc4b on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1abc4b on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green73.7%
Blue29.4%
CMYK percentages
Cyan86.2%
Magenta0.0%
Yellow60.1%
Key (black)26.3%
Color previews
#1abc4b text on a black background
contrast 8.34:1
Card sample
#1abc4b text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1abc4b;
Background color
Panel with #1abc4b background
background-color: #1abc4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1abc4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 188, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 188, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1abc4b; background: linear-gradient(135deg, #1abc4b, #1ABCB7);