#314713
a deep, vivid green · cool · closest name: darkslategray
RGB
49, 71, 19
HSL
85°, 58%, 18%
CMYK
31, 0, 73, 72
Luminance
0.0521
Every format
| HEX | #314713 |
| RGB | rgb(49, 71, 19) |
| HSL | hsl(85, 58%, 18%) |
| CMYK | cmyk(31%, 0%, 73%, 72%) |
| LAB | lab(27.3 -18.2 27.5) |
| LCH | lch(27.3 33.0 123.5) |
| OKLCH | oklch(0.367 0.081 129.4) |
Copy-ready code
/* CSS */
color: #314713;
background-color: #314713;
/* Tailwind (arbitrary) */
class="text-[#314713] bg-[#314713]"
/* SCSS */
$brand: #314713;
/* SwiftUI */
Color(red: 0.192, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#314713")Accessibility — WCAG contrast
Aa
#314713 on white: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#314713 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green27.8%
Blue7.5%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow73.2%
Key (black)72.2%
Color previews
#314713 text on a black background
contrast 2.04:1
Card sample
#314713 text on a white background
contrast 10.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #314713;
Background color
Panel with #314713 background
background-color: #314713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #314713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #314713; background: linear-gradient(135deg, #314713, #134718);