#1aac21
a dark, vivid green · cool · closest name: green
RGB
26, 172, 33
HSL
123°, 74%, 39%
CMYK
85, 0, 81, 33
Luminance
0.2983
Every format
| HEX | #1aac21 |
| RGB | rgb(26, 172, 33) |
| HSL | hsl(123, 74%, 39%) |
| CMYK | cmyk(85%, 0%, 81%, 33%) |
| LAB | lab(61.5 -61.2 56.0) |
| LCH | lch(61.5 82.9 137.6) |
| OKLCH | oklch(0.648 0.207 143.1) |
Copy-ready code
/* CSS */
color: #1aac21;
background-color: #1aac21;
/* Tailwind (arbitrary) */
class="text-[#1aac21] bg-[#1aac21]"
/* SCSS */
$brand: #1aac21;
/* SwiftUI */
Color(red: 0.102, green: 0.675, blue: 0.129)
/* Android */
Color.parseColor("#1aac21")Accessibility — WCAG contrast
Aa
#1aac21 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1aac21 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green67.5%
Blue12.9%
CMYK percentages
Cyan84.9%
Magenta0.0%
Yellow80.8%
Key (black)32.5%
Color previews
#1aac21 text on a black background
contrast 6.97:1
Card sample
#1aac21 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aac21;
Background color
Panel with #1aac21 background
background-color: #1aac21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aac21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 172, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 172, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aac21; background: linear-gradient(135deg, #1aac21, #1AAC82);