#1abc3f
a dark, electric green · cool · closest name: forestgreen
RGB
26, 188, 63
HSL
134°, 76%, 42%
CMYK
86, 0, 67, 26
Luminance
0.3654
Every format
| HEX | #1abc3f |
| RGB | rgb(26, 188, 63) |
| HSL | hsl(134, 76%, 42%) |
| CMYK | cmyk(86%, 0%, 67%, 26%) |
| LAB | lab(66.9 -63.6 50.6) |
| LCH | lch(66.9 81.2 141.5) |
| OKLCH | oklch(0.694 0.207 145.6) |
Copy-ready code
/* CSS */
color: #1abc3f;
background-color: #1abc3f;
/* Tailwind (arbitrary) */
class="text-[#1abc3f] bg-[#1abc3f]"
/* SCSS */
$brand: #1abc3f;
/* SwiftUI */
Color(red: 0.102, green: 0.737, blue: 0.247)
/* Android */
Color.parseColor("#1abc3f")Accessibility — WCAG contrast
Aa
#1abc3f on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1abc3f on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green73.7%
Blue24.7%
CMYK percentages
Cyan86.2%
Magenta0.0%
Yellow66.5%
Key (black)26.3%
Color previews
#1abc3f text on a black background
contrast 8.31:1
Card sample
#1abc3f text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1abc3f;
Background color
Panel with #1abc3f background
background-color: #1abc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1abc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 188, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 188, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1abc3f; background: linear-gradient(135deg, #1abc3f, #1ABCAB);