#2db55f
a dark, vivid green · cool · closest name: forestgreen
RGB
45, 181, 95
HSL
142°, 60%, 44%
CMYK
75, 0, 48, 29
Luminance
0.3443
Every format
| HEX | #2db55f |
| RGB | rgb(45, 181, 95) |
| HSL | hsl(142, 60%, 44%) |
| CMYK | cmyk(75%, 0%, 48%, 29%) |
| LAB | lab(65.3 -54.7 33.7) |
| LCH | lch(65.3 64.2 148.4) |
| OKLCH | oklch(0.682 0.169 150.7) |
Copy-ready code
/* CSS */
color: #2db55f;
background-color: #2db55f;
/* Tailwind (arbitrary) */
class="text-[#2db55f] bg-[#2db55f]"
/* SCSS */
$brand: #2db55f;
/* SwiftUI */
Color(red: 0.176, green: 0.710, blue: 0.373)
/* Android */
Color.parseColor("#2db55f")Accessibility — WCAG contrast
Aa
#2db55f on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db55f on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green71.0%
Blue37.3%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow47.5%
Key (black)29.0%
Color previews
#2db55f text on a black background
contrast 7.89:1
Card sample
#2db55f text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db55f;
Background color
Panel with #2db55f background
background-color: #2db55f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db55f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 181, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 181, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db55f; background: linear-gradient(135deg, #2db55f, #2DB0B5);