#2c8553
a dark, vivid green · cool · closest name: seagreen
RGB
44, 133, 83
HSL
146°, 50%, 35%
CMYK
67, 0, 38, 48
Luminance
0.1794
Every format
| HEX | #2c8553 |
| RGB | rgb(44, 133, 83) |
| HSL | hsl(146, 50%, 35%) |
| CMYK | cmyk(67%, 0%, 38%, 48%) |
| LAB | lab(49.4 -38.4 19.5) |
| LCH | lch(49.4 43.0 153.1) |
| OKLCH | oklch(0.551 0.115 154.9) |
Copy-ready code
/* CSS */
color: #2c8553;
background-color: #2c8553;
/* Tailwind (arbitrary) */
class="text-[#2c8553] bg-[#2c8553]"
/* SCSS */
$brand: #2c8553;
/* SwiftUI */
Color(red: 0.173, green: 0.522, blue: 0.325)
/* Android */
Color.parseColor("#2c8553")Accessibility — WCAG contrast
Aa
#2c8553 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c8553 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green52.2%
Blue32.5%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow37.6%
Key (black)47.8%
Color previews
#2c8553 text on a black background
contrast 4.59:1
Card sample
#2c8553 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8553;
Background color
Panel with #2c8553 background
background-color: #2c8553;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8553;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 133, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 133, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8553; background: linear-gradient(135deg, #2c8553, #2C7C85);