#2cba5b
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 186, 91
HSL
140°, 62%, 45%
CMYK
76, 0, 51, 27
Luminance
0.3641
Every format
| HEX | #2cba5b |
| RGB | rgb(44, 186, 91) |
| HSL | hsl(140, 62%, 45%) |
| CMYK | cmyk(76%, 0%, 51%, 27%) |
| LAB | lab(66.8 -57.3 37.6) |
| LCH | lch(66.8 68.5 146.7) |
| OKLCH | oklch(0.695 0.179 149.4) |
Copy-ready code
/* CSS */
color: #2cba5b;
background-color: #2cba5b;
/* Tailwind (arbitrary) */
class="text-[#2cba5b] bg-[#2cba5b]"
/* SCSS */
$brand: #2cba5b;
/* SwiftUI */
Color(red: 0.173, green: 0.729, blue: 0.357)
/* Android */
Color.parseColor("#2cba5b")Accessibility — WCAG contrast
Aa
#2cba5b on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cba5b on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green72.9%
Blue35.7%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow51.1%
Key (black)27.1%
Color previews
#2cba5b text on a black background
contrast 8.28:1
Card sample
#2cba5b text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cba5b;
Background color
Panel with #2cba5b background
background-color: #2cba5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cba5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 186, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 186, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cba5b; background: linear-gradient(135deg, #2cba5b, #2CBABA);