#374021
a deep, soft green · cool · closest name: darkslategray
RGB
55, 64, 33
HSL
77°, 32%, 19%
CMYK
14, 0, 48, 75
Luminance
0.0459
Every format
| HEX | #374021 |
| RGB | rgb(55, 64, 33) |
| HSL | hsl(77, 32%, 19%) |
| CMYK | cmyk(14%, 0%, 48%, 75%) |
| LAB | lab(25.5 -9.8 17.7) |
| LCH | lch(25.5 20.2 119.0) |
| OKLCH | oklch(0.355 0.051 122.3) |
Copy-ready code
/* CSS */
color: #374021;
background-color: #374021;
/* Tailwind (arbitrary) */
class="text-[#374021] bg-[#374021]"
/* SCSS */
$brand: #374021;
/* SwiftUI */
Color(red: 0.216, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#374021")Accessibility — WCAG contrast
Aa
#374021 on white: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#374021 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green25.1%
Blue12.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow48.4%
Key (black)74.9%
Color previews
#374021 text on a black background
contrast 1.92:1
Card sample
#374021 text on a white background
contrast 10.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #374021;
Background color
Panel with #374021 background
background-color: #374021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #374021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #374021; background: linear-gradient(135deg, #374021, #224021);