#2e360d
a deep, vivid green · cool · closest name: darkslategray
RGB
46, 54, 13
HSL
72°, 61%, 13%
CMYK
15, 0, 76, 79
Luminance
0.0325
Every format
| HEX | #2e360d |
| RGB | rgb(46, 54, 13) |
| HSL | hsl(72, 61%, 13%) |
| CMYK | cmyk(15%, 0%, 76%, 79%) |
| LAB | lab(21.0 -10.5 23.7) |
| LCH | lch(21.0 25.9 113.8) |
| OKLCH | oklch(0.316 0.062 119.5) |
Copy-ready code
/* CSS */
color: #2e360d;
background-color: #2e360d;
/* Tailwind (arbitrary) */
class="text-[#2e360d] bg-[#2e360d]"
/* SCSS */
$brand: #2e360d;
/* SwiftUI */
Color(red: 0.180, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#2e360d")Accessibility — WCAG contrast
Aa
#2e360d on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e360d on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green21.2%
Blue5.1%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow75.9%
Key (black)78.8%
Color previews
#2e360d text on a black background
contrast 1.65:1
Card sample
#2e360d text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e360d;
Background color
Panel with #2e360d background
background-color: #2e360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e360d; background: linear-gradient(135deg, #2e360d, #13360D);