#2db94c
a balanced, vivid green · cool · closest name: forestgreen
RGB
45, 185, 76
HSL
133°, 61%, 45%
CMYK
76, 0, 59, 28
Luminance
0.3578
Every format
| HEX | #2db94c |
| RGB | rgb(45, 185, 76) |
| HSL | hsl(133, 61%, 45%) |
| CMYK | cmyk(76%, 0%, 59%, 28%) |
| LAB | lab(66.3 -58.9 44.3) |
| LCH | lch(66.3 73.7 143.1) |
| OKLCH | oklch(0.690 0.190 146.6) |
Copy-ready code
/* CSS */
color: #2db94c;
background-color: #2db94c;
/* Tailwind (arbitrary) */
class="text-[#2db94c] bg-[#2db94c]"
/* SCSS */
$brand: #2db94c;
/* SwiftUI */
Color(red: 0.176, green: 0.725, blue: 0.298)
/* Android */
Color.parseColor("#2db94c")Accessibility — WCAG contrast
Aa
#2db94c on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db94c on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green72.5%
Blue29.8%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow58.9%
Key (black)27.5%
Color previews
#2db94c text on a black background
contrast 8.16:1
Card sample
#2db94c text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db94c;
Background color
Panel with #2db94c background
background-color: #2db94c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db94c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 185, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 185, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db94c; background: linear-gradient(135deg, #2db94c, #2DB9A9);