#2c3b2c
a deep, muted green · cool · closest name: darkslategray
RGB
44, 59, 44
HSL
120°, 15%, 20%
CMYK
25, 0, 25, 77
Luminance
0.0385
Every format
| HEX | #2c3b2c |
| RGB | rgb(44, 59, 44) |
| HSL | hsl(120, 15%, 20%) |
| CMYK | cmyk(25%, 0%, 25%, 77%) |
| LAB | lab(23.1 -9.8 7.3) |
| LCH | lch(23.1 12.2 143.0) |
| OKLCH | oklch(0.334 0.033 144.8) |
Copy-ready code
/* CSS */
color: #2c3b2c;
background-color: #2c3b2c;
/* Tailwind (arbitrary) */
class="text-[#2c3b2c] bg-[#2c3b2c]"
/* SCSS */
$brand: #2c3b2c;
/* SwiftUI */
Color(red: 0.173, green: 0.231, blue: 0.173)
/* Android */
Color.parseColor("#2c3b2c")Accessibility — WCAG contrast
Aa
#2c3b2c on white: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c3b2c on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green23.1%
Blue17.3%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow25.4%
Key (black)76.9%
Color previews
#2c3b2c text on a black background
contrast 1.77:1
Card sample
#2c3b2c text on a white background
contrast 11.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c3b2c;
Background color
Panel with #2c3b2c background
background-color: #2c3b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c3b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 59, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 59, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c3b2c; background: linear-gradient(135deg, #2c3b2c, #2C3B36);