#1ab921
a dark, electric green · cool · closest name: green
RGB
26, 185, 33
HSL
123°, 75%, 41%
CMYK
86, 0, 82, 28
Luminance
0.3503
Every format
| HEX | #1ab921 |
| RGB | rgb(26, 185, 33) |
| HSL | hsl(123, 75%, 41%) |
| CMYK | cmyk(86%, 0%, 82%, 28%) |
| LAB | lab(65.8 -65.1 59.9) |
| LCH | lch(65.8 88.5 137.4) |
| OKLCH | oklch(0.684 0.221 143.0) |
Copy-ready code
/* CSS */
color: #1ab921;
background-color: #1ab921;
/* Tailwind (arbitrary) */
class="text-[#1ab921] bg-[#1ab921]"
/* SCSS */
$brand: #1ab921;
/* SwiftUI */
Color(red: 0.102, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#1ab921")Accessibility — WCAG contrast
Aa
#1ab921 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ab921 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green72.5%
Blue12.9%
CMYK percentages
Cyan85.9%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#1ab921 text on a black background
contrast 8.01:1
Card sample
#1ab921 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ab921;
Background color
Panel with #1ab921 background
background-color: #1ab921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ab921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ab921; background: linear-gradient(135deg, #1ab921, #1AB98B);