#06371f
a deep, electric green · cool · closest name: darkslategray
RGB
6, 55, 31
HSL
151°, 80%, 12%
CMYK
89, 0, 44, 78
Luminance
0.0287
Every format
| HEX | #06371f |
| RGB | rgb(6, 55, 31) |
| HSL | hsl(151, 80%, 12%) |
| CMYK | cmyk(89%, 0%, 44%, 78%) |
| LAB | lab(19.5 -22.6 10.7) |
| LCH | lch(19.5 25.0 154.8) |
| OKLCH | oklch(0.298 0.067 156.4) |
Copy-ready code
/* CSS */
color: #06371f;
background-color: #06371f;
/* Tailwind (arbitrary) */
class="text-[#06371f] bg-[#06371f]"
/* SCSS */
$brand: #06371f;
/* SwiftUI */
Color(red: 0.024, green: 0.216, blue: 0.122)
/* Android */
Color.parseColor("#06371f")Accessibility — WCAG contrast
Aa
#06371f on white: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06371f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green21.6%
Blue12.2%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow43.6%
Key (black)78.4%
Color previews
#06371f text on a black background
contrast 1.57:1
Card sample
#06371f text on a white background
contrast 13.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06371f;
Background color
Panel with #06371f background
background-color: #06371f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06371f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 55, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 55, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06371f; background: linear-gradient(135deg, #06371f, #062E37);