#2c390d
a deep, vivid green · cool · closest name: darkslategray
RGB
44, 57, 13
HSL
78°, 63%, 14%
CMYK
23, 0, 77, 78
Luminance
0.0349
Every format
| HEX | #2c390d |
| RGB | rgb(44, 57, 13) |
| HSL | hsl(78, 63%, 14%) |
| CMYK | cmyk(23%, 0%, 77%, 78%) |
| LAB | lab(21.9 -13.3 24.6) |
| LCH | lch(21.9 28.0 118.3) |
| OKLCH | oklch(0.322 0.068 124.3) |
Copy-ready code
/* CSS */
color: #2c390d;
background-color: #2c390d;
/* Tailwind (arbitrary) */
class="text-[#2c390d] bg-[#2c390d]"
/* SCSS */
$brand: #2c390d;
/* SwiftUI */
Color(red: 0.173, green: 0.224, blue: 0.051)
/* Android */
Color.parseColor("#2c390d")Accessibility — WCAG contrast
Aa
#2c390d on white: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c390d on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green22.4%
Blue5.1%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow77.2%
Key (black)77.6%
Color previews
#2c390d text on a black background
contrast 1.70:1
Card sample
#2c390d text on a white background
contrast 12.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c390d;
Background color
Panel with #2c390d background
background-color: #2c390d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c390d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 57, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 57, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c390d; background: linear-gradient(135deg, #2c390d, #0F390D);