#374236
a deep, muted green · cool · closest name: darkslategray
RGB
55, 66, 54
HSL
115°, 10%, 24%
CMYK
17, 0, 18, 74
Luminance
0.0497
Every format
| HEX | #374236 |
| RGB | rgb(55, 66, 54) |
| HSL | hsl(115, 10%, 24%) |
| CMYK | cmyk(17%, 0%, 18%, 74%) |
| LAB | lab(26.7 -7.3 5.8) |
| LCH | lch(26.7 9.3 141.3) |
| OKLCH | oklch(0.365 0.025 142.8) |
Copy-ready code
/* CSS */
color: #374236;
background-color: #374236;
/* Tailwind (arbitrary) */
class="text-[#374236] bg-[#374236]"
/* SCSS */
$brand: #374236;
/* SwiftUI */
Color(red: 0.216, green: 0.259, blue: 0.212)
/* Android */
Color.parseColor("#374236")Accessibility — WCAG contrast
Aa
#374236 on white: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#374236 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green25.9%
Blue21.2%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow18.2%
Key (black)74.1%
Color previews
#374236 text on a black background
contrast 1.99:1
Card sample
#374236 text on a white background
contrast 10.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #374236;
Background color
Panel with #374236 background
background-color: #374236;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #374236;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 66, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 66, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #374236; background: linear-gradient(135deg, #374236, #36423D);