#2c9549
a dark, vivid green · cool · closest name: seagreen
RGB
44, 149, 73
HSL
137°, 54%, 38%
CMYK
71, 0, 51, 42
Luminance
0.2251
Every format
| HEX | #2c9549 |
| RGB | rgb(44, 149, 73) |
| HSL | hsl(137, 54%, 38%) |
| CMYK | cmyk(71%, 0%, 51%, 42%) |
| LAB | lab(54.6 -46.6 31.5) |
| LCH | lch(54.6 56.3 145.9) |
| OKLCH | oklch(0.593 0.147 148.7) |
Copy-ready code
/* CSS */
color: #2c9549;
background-color: #2c9549;
/* Tailwind (arbitrary) */
class="text-[#2c9549] bg-[#2c9549]"
/* SCSS */
$brand: #2c9549;
/* SwiftUI */
Color(red: 0.173, green: 0.584, blue: 0.286)
/* Android */
Color.parseColor("#2c9549")Accessibility — WCAG contrast
Aa
#2c9549 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c9549 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green58.4%
Blue28.6%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow51.0%
Key (black)41.6%
Color previews
#2c9549 text on a black background
contrast 5.50:1
Card sample
#2c9549 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c9549;
Background color
Panel with #2c9549 background
background-color: #2c9549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c9549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 149, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 149, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c9549; background: linear-gradient(135deg, #2c9549, #2C958F);