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