#2c7a4d
a dark, vivid green · cool · closest name: seagreen
RGB
44, 122, 77
HSL
145°, 47%, 33%
CMYK
64, 0, 37, 52
Luminance
0.1499
Every format
| HEX | #2c7a4d |
| RGB | rgb(44, 122, 77) |
| HSL | hsl(145, 47%, 33%) |
| CMYK | cmyk(64%, 0%, 37%, 52%) |
| LAB | lab(45.6 -34.9 17.8) |
| LCH | lch(45.6 39.2 153.0) |
| OKLCH | oklch(0.519 0.105 154.7) |
Copy-ready code
/* CSS */
color: #2c7a4d;
background-color: #2c7a4d;
/* Tailwind (arbitrary) */
class="text-[#2c7a4d] bg-[#2c7a4d]"
/* SCSS */
$brand: #2c7a4d;
/* SwiftUI */
Color(red: 0.173, green: 0.478, blue: 0.302)
/* Android */
Color.parseColor("#2c7a4d")Accessibility — WCAG contrast
Aa
#2c7a4d on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c7a4d on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green47.8%
Blue30.2%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow36.9%
Key (black)52.2%
Color previews
#2c7a4d text on a black background
contrast 4.00:1
Card sample
#2c7a4d text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7a4d;
Background color
Panel with #2c7a4d background
background-color: #2c7a4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7a4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 122, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 122, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7a4d; background: linear-gradient(135deg, #2c7a4d, #2C737A);