#1aa821
a dark, vivid green · cool · closest name: green
RGB
26, 168, 33
HSL
123°, 73%, 38%
CMYK
85, 0, 80, 34
Luminance
0.2833
Every format
| HEX | #1aa821 |
| RGB | rgb(26, 168, 33) |
| HSL | hsl(123, 73%, 38%) |
| CMYK | cmyk(85%, 0%, 80%, 34%) |
| LAB | lab(60.2 -60.0 54.7) |
| LCH | lch(60.2 81.2 137.6) |
| OKLCH | oklch(0.637 0.203 143.1) |
Copy-ready code
/* CSS */
color: #1aa821;
background-color: #1aa821;
/* Tailwind (arbitrary) */
class="text-[#1aa821] bg-[#1aa821]"
/* SCSS */
$brand: #1aa821;
/* SwiftUI */
Color(red: 0.102, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#1aa821")Accessibility — WCAG contrast
Aa
#1aa821 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1aa821 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green65.9%
Blue12.9%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#1aa821 text on a black background
contrast 6.67:1
Card sample
#1aa821 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aa821;
Background color
Panel with #1aa821 background
background-color: #1aa821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aa821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aa821; background: linear-gradient(135deg, #1aa821, #1AA880);