#2c461b
a deep, soft green · cool · closest name: darkslategray
RGB
44, 70, 27
HSL
96°, 44%, 19%
CMYK
37, 0, 61, 73
Luminance
0.0499
Every format
| HEX | #2c461b |
| RGB | rgb(44, 70, 27) |
| HSL | hsl(96, 44%, 19%) |
| CMYK | cmyk(37%, 0%, 61%, 73%) |
| LAB | lab(26.7 -19.0 22.5) |
| LCH | lch(26.7 29.4 130.1) |
| OKLCH | oklch(0.362 0.075 134.6) |
Copy-ready code
/* CSS */
color: #2c461b;
background-color: #2c461b;
/* Tailwind (arbitrary) */
class="text-[#2c461b] bg-[#2c461b]"
/* SCSS */
$brand: #2c461b;
/* SwiftUI */
Color(red: 0.173, green: 0.275, blue: 0.106)
/* Android */
Color.parseColor("#2c461b")Accessibility — WCAG contrast
Aa
#2c461b on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c461b on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green27.5%
Blue10.6%
CMYK percentages
Cyan37.1%
Magenta0.0%
Yellow61.4%
Key (black)72.5%
Color previews
#2c461b text on a black background
contrast 2.00:1
Card sample
#2c461b text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c461b;
Background color
Panel with #2c461b background
background-color: #2c461b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c461b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 70, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 70, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c461b; background: linear-gradient(135deg, #2c461b, #1B4627);