#314421
a deep, soft green · cool · closest name: darkslategray
RGB
49, 68, 33
HSL
93°, 35%, 20%
CMYK
28, 0, 52, 73
Luminance
0.0490
Every format
| HEX | #314421 |
| RGB | rgb(49, 68, 33) |
| HSL | hsl(93, 35%, 20%) |
| CMYK | cmyk(28%, 0%, 52%, 73%) |
| LAB | lab(26.4 -14.9 18.8) |
| LCH | lch(26.4 23.9 128.4) |
| OKLCH | oklch(0.361 0.061 132.1) |
Copy-ready code
/* CSS */
color: #314421;
background-color: #314421;
/* Tailwind (arbitrary) */
class="text-[#314421] bg-[#314421]"
/* SCSS */
$brand: #314421;
/* SwiftUI */
Color(red: 0.192, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#314421")Accessibility — WCAG contrast
Aa
#314421 on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#314421 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green26.7%
Blue12.9%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow51.5%
Key (black)73.3%
Color previews
#314421 text on a black background
contrast 1.98:1
Card sample
#314421 text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #314421;
Background color
Panel with #314421 background
background-color: #314421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #314421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #314421; background: linear-gradient(135deg, #314421, #214428);