#2dac3f
a dark, vivid green · cool · closest name: forestgreen
RGB
45, 172, 63
HSL
129°, 59%, 43%
CMYK
74, 0, 63, 33
Luminance
0.3042
Every format
| HEX | #2dac3f |
| RGB | rgb(45, 172, 63) |
| HSL | hsl(129, 59%, 43%) |
| CMYK | cmyk(74%, 0%, 63%, 33%) |
| LAB | lab(62.0 -56.0 45.2) |
| LCH | lch(62.0 72.0 141.1) |
| OKLCH | oklch(0.654 0.184 145.1) |
Copy-ready code
/* CSS */
color: #2dac3f;
background-color: #2dac3f;
/* Tailwind (arbitrary) */
class="text-[#2dac3f] bg-[#2dac3f]"
/* SCSS */
$brand: #2dac3f;
/* SwiftUI */
Color(red: 0.176, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#2dac3f")Accessibility — WCAG contrast
Aa
#2dac3f on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dac3f on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green67.5%
Blue24.7%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow63.4%
Key (black)32.5%
Color previews
#2dac3f text on a black background
contrast 7.08:1
Card sample
#2dac3f text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dac3f;
Background color
Panel with #2dac3f background
background-color: #2dac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dac3f; background: linear-gradient(135deg, #2dac3f, #2DAC93);