#313713
a deep, vivid green · cool · closest name: darkslategray
RGB
49, 55, 19
HSL
70°, 49%, 15%
CMYK
11, 0, 66, 78
Luminance
0.0343
Every format
| HEX | #313713 |
| RGB | rgb(49, 55, 19) |
| HSL | hsl(70, 49%, 15%) |
| CMYK | cmyk(11%, 0%, 66%, 78%) |
| LAB | lab(21.7 -9.0 21.3) |
| LCH | lch(21.7 23.1 112.9) |
| OKLCH | oklch(0.322 0.056 117.6) |
Copy-ready code
/* CSS */
color: #313713;
background-color: #313713;
/* Tailwind (arbitrary) */
class="text-[#313713] bg-[#313713]"
/* SCSS */
$brand: #313713;
/* SwiftUI */
Color(red: 0.192, green: 0.216, blue: 0.075)
/* Android */
Color.parseColor("#313713")Accessibility — WCAG contrast
Aa
#313713 on white: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#313713 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green21.6%
Blue7.5%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow65.5%
Key (black)78.4%
Color previews
#313713 text on a black background
contrast 1.69:1
Card sample
#313713 text on a white background
contrast 12.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #313713;
Background color
Panel with #313713 background
background-color: #313713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #313713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 55, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 55, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #313713; background: linear-gradient(135deg, #313713, #193713);