#31442c
a deep, soft green · cool · closest name: darkslategray
RGB
49, 68, 44
HSL
108°, 21%, 22%
CMYK
28, 0, 35, 73
Luminance
0.0497
Every format
| HEX | #31442c |
| RGB | rgb(49, 68, 44) |
| HSL | hsl(108, 21%, 22%) |
| CMYK | cmyk(28%, 0%, 35%, 73%) |
| LAB | lab(26.6 -13.0 12.2) |
| LCH | lch(26.6 17.8 136.9) |
| OKLCH | oklch(0.363 0.047 139.2) |
Copy-ready code
/* CSS */
color: #31442c;
background-color: #31442c;
/* Tailwind (arbitrary) */
class="text-[#31442c] bg-[#31442c]"
/* SCSS */
$brand: #31442c;
/* SwiftUI */
Color(red: 0.192, green: 0.267, blue: 0.173)
/* Android */
Color.parseColor("#31442c")Accessibility — WCAG contrast
Aa
#31442c on white: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#31442c on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green26.7%
Blue17.3%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow35.3%
Key (black)73.3%
Color previews
#31442c text on a black background
contrast 1.99:1
Card sample
#31442c text on a white background
contrast 10.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31442c;
Background color
Panel with #31442c background
background-color: #31442c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31442c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 68, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 68, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31442c; background: linear-gradient(135deg, #31442c, #2C4437);