#313621
a deep, soft green · cool · closest name: darkslategray
RGB
49, 54, 33
HSL
74°, 24%, 17%
CMYK
9, 0, 39, 79
Luminance
0.0340
Every format
| HEX | #313621 |
| RGB | rgb(49, 54, 33) |
| HSL | hsl(74, 24%, 17%) |
| CMYK | cmyk(9%, 0%, 39%, 79%) |
| LAB | lab(21.6 -6.5 12.5) |
| LCH | lch(21.6 14.1 117.4) |
| OKLCH | oklch(0.322 0.036 119.3) |
Copy-ready code
/* CSS */
color: #313621;
background-color: #313621;
/* Tailwind (arbitrary) */
class="text-[#313621] bg-[#313621]"
/* SCSS */
$brand: #313621;
/* SwiftUI */
Color(red: 0.192, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#313621")Accessibility — WCAG contrast
Aa
#313621 on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#313621 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green21.2%
Blue12.9%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#313621 text on a black background
contrast 1.68:1
Card sample
#313621 text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #313621;
Background color
Panel with #313621 background
background-color: #313621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #313621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #313621; background: linear-gradient(135deg, #313621, #233621);