#2c8563
a dark, vivid green · cool · closest name: seagreen
RGB
44, 133, 99
HSL
157°, 50%, 35%
CMYK
67, 0, 26, 48
Luminance
0.1821
Every format
| HEX | #2c8563 |
| RGB | rgb(44, 133, 99) |
| HSL | hsl(157, 50%, 35%) |
| CMYK | cmyk(67%, 0%, 26%, 48%) |
| LAB | lab(49.8 -34.8 10.8) |
| LCH | lch(49.8 36.5 162.8) |
| OKLCH | oklch(0.555 0.100 164.0) |
Copy-ready code
/* CSS */
color: #2c8563;
background-color: #2c8563;
/* Tailwind (arbitrary) */
class="text-[#2c8563] bg-[#2c8563]"
/* SCSS */
$brand: #2c8563;
/* SwiftUI */
Color(red: 0.173, green: 0.522, blue: 0.388)
/* Android */
Color.parseColor("#2c8563")Accessibility — WCAG contrast
Aa
#2c8563 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c8563 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green52.2%
Blue38.8%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow25.6%
Key (black)47.8%
Color previews
#2c8563 text on a black background
contrast 4.64:1
Card sample
#2c8563 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8563;
Background color
Panel with #2c8563 background
background-color: #2c8563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 133, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 133, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8563; background: linear-gradient(135deg, #2c8563, #2C6C85);