#2c352c
a deep, muted green · cool · closest name: darkslategray
RGB
44, 53, 44
HSL
120°, 9%, 19%
CMYK
17, 0, 17, 79
Luminance
0.0326
Every format
| HEX | #2c352c |
| RGB | rgb(44, 53, 44) |
| HSL | hsl(120, 9%, 19%) |
| CMYK | cmyk(17%, 0%, 17%, 79%) |
| LAB | lab(21.1 -6.0 4.4) |
| LCH | lch(21.1 7.4 143.5) |
| OKLCH | oklch(0.317 0.020 145.1) |
Copy-ready code
/* CSS */
color: #2c352c;
background-color: #2c352c;
/* Tailwind (arbitrary) */
class="text-[#2c352c] bg-[#2c352c]"
/* SCSS */
$brand: #2c352c;
/* SwiftUI */
Color(red: 0.173, green: 0.208, blue: 0.173)
/* Android */
Color.parseColor("#2c352c")Accessibility — WCAG contrast
Aa
#2c352c on white: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c352c on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green20.8%
Blue17.3%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow17.0%
Key (black)79.2%
Color previews
#2c352c text on a black background
contrast 1.65:1
Card sample
#2c352c text on a white background
contrast 12.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c352c;
Background color
Panel with #2c352c background
background-color: #2c352c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c352c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 53, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 53, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c352c; background: linear-gradient(135deg, #2c352c, #2C3532);