#1aa521
a dark, vivid green · cool · closest name: green
RGB
26, 165, 33
HSL
123°, 73%, 38%
CMYK
84, 0, 80, 35
Luminance
0.2724
Every format
| HEX | #1aa521 |
| RGB | rgb(26, 165, 33) |
| HSL | hsl(123, 73%, 38%) |
| CMYK | cmyk(84%, 0%, 80%, 35%) |
| LAB | lab(59.2 -59.1 53.8) |
| LCH | lch(59.2 79.9 137.7) |
| OKLCH | oklch(0.629 0.200 143.2) |
Copy-ready code
/* CSS */
color: #1aa521;
background-color: #1aa521;
/* Tailwind (arbitrary) */
class="text-[#1aa521] bg-[#1aa521]"
/* SCSS */
$brand: #1aa521;
/* SwiftUI */
Color(red: 0.102, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#1aa521")Accessibility — WCAG contrast
Aa
#1aa521 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1aa521 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green64.7%
Blue12.9%
CMYK percentages
Cyan84.2%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#1aa521 text on a black background
contrast 6.45:1
Card sample
#1aa521 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aa521;
Background color
Panel with #1aa521 background
background-color: #1aa521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aa521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aa521; background: linear-gradient(135deg, #1aa521, #1AA57E);