#1ac954
a dark, electric green · cool · closest name: forestgreen
RGB
26, 201, 84
HSL
140°, 77%, 45%
CMYK
87, 0, 58, 21
Luminance
0.4263
Every format
| HEX | #1ac954 |
| RGB | rgb(26, 201, 84) |
| HSL | hsl(140, 77%, 45%) |
| CMYK | cmyk(87%, 0%, 58%, 21%) |
| LAB | lab(71.3 -65.1 46.3) |
| LCH | lch(71.3 79.9 144.6) |
| OKLCH | oklch(0.731 0.206 147.9) |
Copy-ready code
/* CSS */
color: #1ac954;
background-color: #1ac954;
/* Tailwind (arbitrary) */
class="text-[#1ac954] bg-[#1ac954]"
/* SCSS */
$brand: #1ac954;
/* SwiftUI */
Color(red: 0.102, green: 0.788, blue: 0.329)
/* Android */
Color.parseColor("#1ac954")Accessibility — WCAG contrast
Aa
#1ac954 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ac954 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green78.8%
Blue32.9%
CMYK percentages
Cyan87.1%
Magenta0.0%
Yellow58.2%
Key (black)21.2%
Color previews
#1ac954 text on a black background
contrast 9.53:1
Card sample
#1ac954 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ac954;
Background color
Panel with #1ac954 background
background-color: #1ac954;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ac954;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 201, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 201, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ac954; background: linear-gradient(135deg, #1ac954, #1AC9C9);