#354821
a deep, soft green · cool · closest name: darkslategray
RGB
53, 72, 33
HSL
89°, 37%, 21%
CMYK
26, 0, 54, 72
Luminance
0.0550
Every format
| HEX | #354821 |
| RGB | rgb(53, 72, 33) |
| HSL | hsl(89, 37%, 21%) |
| CMYK | cmyk(26%, 0%, 54%, 72%) |
| LAB | lab(28.1 -15.4 20.9) |
| LCH | lch(28.1 25.9 126.4) |
| OKLCH | oklch(0.375 0.066 130.4) |
Copy-ready code
/* CSS */
color: #354821;
background-color: #354821;
/* Tailwind (arbitrary) */
class="text-[#354821] bg-[#354821]"
/* SCSS */
$brand: #354821;
/* SwiftUI */
Color(red: 0.208, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#354821")Accessibility — WCAG contrast
Aa
#354821 on white: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#354821 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green28.2%
Blue12.9%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#354821 text on a black background
contrast 2.10:1
Card sample
#354821 text on a white background
contrast 10.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #354821;
Background color
Panel with #354821 background
background-color: #354821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #354821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #354821; background: linear-gradient(135deg, #354821, #214827);