#2c7553
a dark, vivid green · cool · closest name: seagreen
RGB
44, 117, 83
HSL
152°, 45%, 32%
CMYK
62, 0, 29, 54
Luminance
0.1388
Every format
| HEX | #2c7553 |
| RGB | rgb(44, 117, 83) |
| HSL | hsl(152, 45%, 32%) |
| CMYK | cmyk(62%, 0%, 29%, 54%) |
| LAB | lab(44.1 -31.3 12.2) |
| LCH | lch(44.1 33.6 158.8) |
| OKLCH | oklch(0.507 0.091 160.2) |
Copy-ready code
/* CSS */
color: #2c7553;
background-color: #2c7553;
/* Tailwind (arbitrary) */
class="text-[#2c7553] bg-[#2c7553]"
/* SCSS */
$brand: #2c7553;
/* SwiftUI */
Color(red: 0.173, green: 0.459, blue: 0.325)
/* Android */
Color.parseColor("#2c7553")Accessibility — WCAG contrast
Aa
#2c7553 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c7553 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green45.9%
Blue32.5%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow29.1%
Key (black)54.1%
Color previews
#2c7553 text on a black background
contrast 3.78:1
Card sample
#2c7553 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7553;
Background color
Panel with #2c7553 background
background-color: #2c7553;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7553;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 117, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 117, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7553; background: linear-gradient(135deg, #2c7553, #2C6675);