#2c844f
a dark, vivid green · cool · closest name: seagreen
RGB
44, 132, 79
HSL
144°, 50%, 35%
CMYK
67, 0, 40, 48
Luminance
0.1760
Every format
| HEX | #2c844f |
| RGB | rgb(44, 132, 79) |
| HSL | hsl(144, 50%, 35%) |
| CMYK | cmyk(67%, 0%, 40%, 48%) |
| LAB | lab(49.0 -38.8 21.2) |
| LCH | lch(49.0 44.2 151.4) |
| OKLCH | oklch(0.547 0.117 153.3) |
Copy-ready code
/* CSS */
color: #2c844f;
background-color: #2c844f;
/* Tailwind (arbitrary) */
class="text-[#2c844f] bg-[#2c844f]"
/* SCSS */
$brand: #2c844f;
/* SwiftUI */
Color(red: 0.173, green: 0.518, blue: 0.310)
/* Android */
Color.parseColor("#2c844f")Accessibility — WCAG contrast
Aa
#2c844f on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c844f on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green51.8%
Blue31.0%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow40.2%
Key (black)48.2%
Color previews
#2c844f text on a black background
contrast 4.52:1
Card sample
#2c844f text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c844f;
Background color
Panel with #2c844f background
background-color: #2c844f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c844f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 132, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 132, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c844f; background: linear-gradient(135deg, #2c844f, #2C7E84);