#2c8248
a dark, vivid green · cool · closest name: seagreen
RGB
44, 130, 72
HSL
140°, 49%, 34%
CMYK
66, 0, 45, 49
Luminance
0.1697
Every format
| HEX | #2c8248 |
| RGB | rgb(44, 130, 72) |
| HSL | hsl(140, 49%, 34%) |
| CMYK | cmyk(66%, 0%, 45%, 49%) |
| LAB | lab(48.2 -39.3 24.0) |
| LCH | lch(48.2 46.0 148.5) |
| OKLCH | oklch(0.540 0.121 150.8) |
Copy-ready code
/* CSS */
color: #2c8248;
background-color: #2c8248;
/* Tailwind (arbitrary) */
class="text-[#2c8248] bg-[#2c8248]"
/* SCSS */
$brand: #2c8248;
/* SwiftUI */
Color(red: 0.173, green: 0.510, blue: 0.282)
/* Android */
Color.parseColor("#2c8248")Accessibility — WCAG contrast
Aa
#2c8248 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c8248 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green51.0%
Blue28.2%
CMYK percentages
Cyan66.2%
Magenta0.0%
Yellow44.6%
Key (black)49.0%
Color previews
#2c8248 text on a black background
contrast 4.39:1
Card sample
#2c8248 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8248;
Background color
Panel with #2c8248 background
background-color: #2c8248;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8248;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 130, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 130, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8248; background: linear-gradient(135deg, #2c8248, #2C8281);