#316b1d
a dark, vivid green · cool · closest name: forestgreen
RGB
49, 107, 29
HSL
105°, 57%, 27%
CMYK
54, 0, 73, 58
Luminance
0.1126
Every format
| HEX | #316b1d |
| RGB | rgb(49, 107, 29) |
| HSL | hsl(105, 57%, 27%) |
| CMYK | cmyk(54%, 0%, 73%, 58%) |
| LAB | lab(40.0 -34.4 36.3) |
| LCH | lch(40.0 50.0 133.5) |
| OKLCH | oklch(0.471 0.126 138.9) |
Copy-ready code
/* CSS */
color: #316b1d;
background-color: #316b1d;
/* Tailwind (arbitrary) */
class="text-[#316b1d] bg-[#316b1d]"
/* SCSS */
$brand: #316b1d;
/* SwiftUI */
Color(red: 0.192, green: 0.420, blue: 0.114)
/* Android */
Color.parseColor("#316b1d")Accessibility — WCAG contrast
Aa
#316b1d on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#316b1d on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green42.0%
Blue11.4%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow72.9%
Key (black)58.0%
Color previews
#316b1d text on a black background
contrast 3.25:1
Card sample
#316b1d text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #316b1d;
Background color
Panel with #316b1d background
background-color: #316b1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #316b1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 107, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 107, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #316b1d; background: linear-gradient(135deg, #316b1d, #1D6B3D);