#1f3608
a deep, vivid green · cool · closest name: darkslategray
RGB
31, 54, 8
HSL
90°, 74%, 12%
CMYK
43, 0, 85, 79
Luminance
0.0295
Every format
| HEX | #1f3608 |
| RGB | rgb(31, 54, 8) |
| HSL | hsl(90, 74%, 12%) |
| CMYK | cmyk(43%, 0%, 85%, 79%) |
| LAB | lab(19.8 -18.1 24.2) |
| LCH | lch(19.8 30.2 126.7) |
| OKLCH | oklch(0.303 0.075 132.6) |
Copy-ready code
/* CSS */
color: #1f3608;
background-color: #1f3608;
/* Tailwind (arbitrary) */
class="text-[#1f3608] bg-[#1f3608]"
/* SCSS */
$brand: #1f3608;
/* SwiftUI */
Color(red: 0.122, green: 0.212, blue: 0.031)
/* Android */
Color.parseColor("#1f3608")Accessibility — WCAG contrast
Aa
#1f3608 on white: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f3608 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green21.2%
Blue3.1%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow85.2%
Key (black)78.8%
Color previews
#1f3608 text on a black background
contrast 1.59:1
Card sample
#1f3608 text on a white background
contrast 13.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f3608;
Background color
Panel with #1f3608 background
background-color: #1f3608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f3608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 54, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 54, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f3608; background: linear-gradient(135deg, #1f3608, #083610);