#2db35f
a dark, vivid green · cool · closest name: forestgreen
RGB
45, 179, 95
HSL
142°, 60%, 44%
CMYK
75, 0, 47, 30
Luminance
0.3362
Every format
| HEX | #2db35f |
| RGB | rgb(45, 179, 95) |
| HSL | hsl(142, 60%, 44%) |
| CMYK | cmyk(75%, 0%, 47%, 30%) |
| LAB | lab(64.7 -54.0 32.9) |
| LCH | lch(64.7 63.2 148.6) |
| OKLCH | oklch(0.677 0.166 151.0) |
Copy-ready code
/* CSS */
color: #2db35f;
background-color: #2db35f;
/* Tailwind (arbitrary) */
class="text-[#2db35f] bg-[#2db35f]"
/* SCSS */
$brand: #2db35f;
/* SwiftUI */
Color(red: 0.176, green: 0.702, blue: 0.373)
/* Android */
Color.parseColor("#2db35f")Accessibility — WCAG contrast
Aa
#2db35f on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db35f on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green70.2%
Blue37.3%
CMYK percentages
Cyan74.9%
Magenta0.0%
Yellow46.9%
Key (black)29.8%
Color previews
#2db35f text on a black background
contrast 7.72:1
Card sample
#2db35f text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db35f;
Background color
Panel with #2db35f background
background-color: #2db35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 179, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 179, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db35f; background: linear-gradient(135deg, #2db35f, #2DAEB3);