#1f310c
a deep, vivid green · cool · closest name: darkslategray
RGB
31, 49, 12
HSL
89°, 61%, 12%
CMYK
37, 0, 76, 81
Luminance
0.0251
Every format
| HEX | #1f310c |
| RGB | rgb(31, 49, 12) |
| HSL | hsl(89, 61%, 12%) |
| CMYK | cmyk(37%, 0%, 76%, 81%) |
| LAB | lab(18.0 -15.0 20.4) |
| LCH | lch(18.0 25.3 126.3) |
| OKLCH | oklch(0.288 0.064 131.4) |
Copy-ready code
/* CSS */
color: #1f310c;
background-color: #1f310c;
/* Tailwind (arbitrary) */
class="text-[#1f310c] bg-[#1f310c]"
/* SCSS */
$brand: #1f310c;
/* SwiftUI */
Color(red: 0.122, green: 0.192, blue: 0.047)
/* Android */
Color.parseColor("#1f310c")Accessibility — WCAG contrast
Aa
#1f310c on white: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f310c on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green19.2%
Blue4.7%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow75.5%
Key (black)80.8%
Color previews
#1f310c text on a black background
contrast 1.50:1
Card sample
#1f310c text on a white background
contrast 13.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f310c;
Background color
Panel with #1f310c background
background-color: #1f310c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f310c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 49, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 49, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f310c; background: linear-gradient(135deg, #1f310c, #0C3112);