#2c592f
a dark, soft green · cool · closest name: seagreen
RGB
44, 89, 47
HSL
124°, 34%, 26%
CMYK
51, 0, 47, 65
Luminance
0.0789
Every format
| HEX | #2c592f |
| RGB | rgb(44, 89, 47) |
| HSL | hsl(124, 34%, 26%) |
| CMYK | cmyk(51%, 0%, 47%, 65%) |
| LAB | lab(33.7 -25.5 19.6) |
| LCH | lch(33.7 32.2 142.5) |
| OKLCH | oklch(0.420 0.084 145.3) |
Copy-ready code
/* CSS */
color: #2c592f;
background-color: #2c592f;
/* Tailwind (arbitrary) */
class="text-[#2c592f] bg-[#2c592f]"
/* SCSS */
$brand: #2c592f;
/* SwiftUI */
Color(red: 0.173, green: 0.349, blue: 0.184)
/* Android */
Color.parseColor("#2c592f")Accessibility — WCAG contrast
Aa
#2c592f on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c592f on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green34.9%
Blue18.4%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow47.2%
Key (black)65.1%
Color previews
#2c592f text on a black background
contrast 2.58:1
Card sample
#2c592f text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c592f;
Background color
Panel with #2c592f background
background-color: #2c592f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c592f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 89, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 89, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c592f; background: linear-gradient(135deg, #2c592f, #2C594D);