#2dbd3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
45, 189, 63
HSL
128°, 62%, 46%
CMYK
76, 0, 67, 26
Luminance
0.3731
Every format
| HEX | #2dbd3f |
| RGB | rgb(45, 189, 63) |
| HSL | hsl(128, 62%, 46%) |
| CMYK | cmyk(76%, 0%, 67%, 26%) |
| LAB | lab(67.5 -61.7 51.3) |
| LCH | lch(67.5 80.2 140.3) |
| OKLCH | oklch(0.700 0.204 144.6) |
Copy-ready code
/* CSS */
color: #2dbd3f;
background-color: #2dbd3f;
/* Tailwind (arbitrary) */
class="text-[#2dbd3f] bg-[#2dbd3f]"
/* SCSS */
$brand: #2dbd3f;
/* SwiftUI */
Color(red: 0.176, green: 0.741, blue: 0.247)
/* Android */
Color.parseColor("#2dbd3f")Accessibility — WCAG contrast
Aa
#2dbd3f on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbd3f on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.1%
Blue24.7%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow66.7%
Key (black)25.9%
Color previews
#2dbd3f text on a black background
contrast 8.46:1
Card sample
#2dbd3f text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbd3f;
Background color
Panel with #2dbd3f background
background-color: #2dbd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 189, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 189, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbd3f; background: linear-gradient(135deg, #2dbd3f, #2DBD9F);