#314821
a deep, soft green · cool · closest name: darkslategray
RGB
49, 72, 33
HSL
95°, 37%, 21%
CMYK
32, 0, 54, 72
Luminance
0.0540
Every format
| HEX | #314821 |
| RGB | rgb(49, 72, 33) |
| HSL | hsl(95, 37%, 21%) |
| CMYK | cmyk(32%, 0%, 54%, 72%) |
| LAB | lab(27.8 -17.1 20.5) |
| LCH | lch(27.8 26.7 129.9) |
| OKLCH | oklch(0.372 0.068 133.8) |
Copy-ready code
/* CSS */
color: #314821;
background-color: #314821;
/* Tailwind (arbitrary) */
class="text-[#314821] bg-[#314821]"
/* SCSS */
$brand: #314821;
/* SwiftUI */
Color(red: 0.192, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#314821")Accessibility — WCAG contrast
Aa
#314821 on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#314821 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green28.2%
Blue12.9%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#314821 text on a black background
contrast 2.08:1
Card sample
#314821 text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #314821;
Background color
Panel with #314821 background
background-color: #314821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #314821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #314821; background: linear-gradient(135deg, #314821, #21482B);