#2dab2f
a dark, vivid green · cool · closest name: forestgreen
RGB
45, 171, 47
HSL
121°, 58%, 42%
CMYK
74, 0, 73, 33
Luminance
0.2989
Every format
| HEX | #2dab2f |
| RGB | rgb(45, 171, 47) |
| HSL | hsl(121, 58%, 42%) |
| CMYK | cmyk(74%, 0%, 73%, 33%) |
| LAB | lab(61.6 -57.3 51.4) |
| LCH | lch(61.6 77.0 138.1) |
| OKLCH | oklch(0.650 0.194 143.1) |
Copy-ready code
/* CSS */
color: #2dab2f;
background-color: #2dab2f;
/* Tailwind (arbitrary) */
class="text-[#2dab2f] bg-[#2dab2f]"
/* SCSS */
$brand: #2dab2f;
/* SwiftUI */
Color(red: 0.176, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#2dab2f")Accessibility — WCAG contrast
Aa
#2dab2f on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2dab2f on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green67.1%
Blue18.4%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow72.5%
Key (black)32.9%
Color previews
#2dab2f text on a black background
contrast 6.98:1
Card sample
#2dab2f text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dab2f;
Background color
Panel with #2dab2f background
background-color: #2dab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dab2f; background: linear-gradient(135deg, #2dab2f, #2DAB83);