#2c4a2c
a deep, soft green · cool · closest name: darkslategray
RGB
44, 74, 44
HSL
120°, 25%, 23%
CMYK
41, 0, 41, 71
Luminance
0.0561
Every format
| HEX | #2c4a2c |
| RGB | rgb(44, 74, 44) |
| HSL | hsl(120, 25%, 23%) |
| CMYK | cmyk(41%, 0%, 41%, 71%) |
| LAB | lab(28.4 -18.4 14.5) |
| LCH | lch(28.4 23.4 141.8) |
| OKLCH | oklch(0.377 0.062 144.2) |
Copy-ready code
/* CSS */
color: #2c4a2c;
background-color: #2c4a2c;
/* Tailwind (arbitrary) */
class="text-[#2c4a2c] bg-[#2c4a2c]"
/* SCSS */
$brand: #2c4a2c;
/* SwiftUI */
Color(red: 0.173, green: 0.290, blue: 0.173)
/* Android */
Color.parseColor("#2c4a2c")Accessibility — WCAG contrast
Aa
#2c4a2c on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c4a2c on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green29.0%
Blue17.3%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow40.5%
Key (black)71.0%
Color previews
#2c4a2c text on a black background
contrast 2.12:1
Card sample
#2c4a2c text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c4a2c;
Background color
Panel with #2c4a2c background
background-color: #2c4a2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c4a2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 74, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 74, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c4a2c; background: linear-gradient(135deg, #2c4a2c, #2C4A40);