#353921
a deep, soft green · cool · closest name: darkslategray
RGB
53, 57, 33
HSL
70°, 27%, 18%
CMYK
7, 0, 42, 78
Luminance
0.0379
Every format
| HEX | #353921 |
| RGB | rgb(53, 57, 33) |
| HSL | hsl(70, 27%, 18%) |
| CMYK | cmyk(7%, 0%, 42%, 78%) |
| LAB | lab(23.0 -6.5 14.4) |
| LCH | lch(23.0 15.8 114.1) |
| OKLCH | oklch(0.334 0.040 116.3) |
Copy-ready code
/* CSS */
color: #353921;
background-color: #353921;
/* Tailwind (arbitrary) */
class="text-[#353921] bg-[#353921]"
/* SCSS */
$brand: #353921;
/* SwiftUI */
Color(red: 0.208, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#353921")Accessibility — WCAG contrast
Aa
#353921 on white: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353921 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green22.4%
Blue12.9%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow42.1%
Key (black)77.6%
Color previews
#353921 text on a black background
contrast 1.76:1
Card sample
#353921 text on a white background
contrast 11.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353921;
Background color
Panel with #353921 background
background-color: #353921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353921; background: linear-gradient(135deg, #353921, #253921);