#1f3706
a deep, electric green · cool · closest name: darkslategray
RGB
31, 55, 6
HSL
89°, 80%, 12%
CMYK
44, 0, 89, 78
Luminance
0.0304
Every format
| HEX | #1f3706 |
| RGB | rgb(31, 55, 6) |
| HSL | hsl(89, 80%, 12%) |
| CMYK | cmyk(44%, 0%, 89%, 78%) |
| LAB | lab(20.2 -18.8 25.4) |
| LCH | lch(20.2 31.6 126.4) |
| OKLCH | oklch(0.306 0.078 132.6) |
Copy-ready code
/* CSS */
color: #1f3706;
background-color: #1f3706;
/* Tailwind (arbitrary) */
class="text-[#1f3706] bg-[#1f3706]"
/* SCSS */
$brand: #1f3706;
/* SwiftUI */
Color(red: 0.122, green: 0.216, blue: 0.024)
/* Android */
Color.parseColor("#1f3706")Accessibility — WCAG contrast
Aa
#1f3706 on white: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f3706 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green21.6%
Blue2.4%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow89.1%
Key (black)78.4%
Color previews
#1f3706 text on a black background
contrast 1.61:1
Card sample
#1f3706 text on a white background
contrast 13.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f3706;
Background color
Panel with #1f3706 background
background-color: #1f3706;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f3706;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 55, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 55, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f3706; background: linear-gradient(135deg, #1f3706, #06370E);