#1ac032
a dark, electric green · cool · closest name: forestgreen
RGB
26, 192, 50
HSL
129°, 76%, 43%
CMYK
87, 0, 74, 25
Luminance
0.3815
Every format
| HEX | #1ac032 |
| RGB | rgb(26, 192, 50) |
| HSL | hsl(129, 76%, 43%) |
| CMYK | cmyk(87%, 0%, 74%, 25%) |
| LAB | lab(68.1 -66.0 56.9) |
| LCH | lch(68.1 87.1 139.2) |
| OKLCH | oklch(0.704 0.220 144.2) |
Copy-ready code
/* CSS */
color: #1ac032;
background-color: #1ac032;
/* Tailwind (arbitrary) */
class="text-[#1ac032] bg-[#1ac032]"
/* SCSS */
$brand: #1ac032;
/* SwiftUI */
Color(red: 0.102, green: 0.753, blue: 0.196)
/* Android */
Color.parseColor("#1ac032")Accessibility — WCAG contrast
Aa
#1ac032 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ac032 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green75.3%
Blue19.6%
CMYK percentages
Cyan86.5%
Magenta0.0%
Yellow74.0%
Key (black)24.7%
Color previews
#1ac032 text on a black background
contrast 8.63:1
Card sample
#1ac032 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ac032;
Background color
Panel with #1ac032 background
background-color: #1ac032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ac032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 192, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 192, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ac032; background: linear-gradient(135deg, #1ac032, #1AC0A1);