#354321
a deep, soft green · cool · closest name: darkslategray
RGB
53, 67, 33
HSL
85°, 34%, 20%
CMYK
21, 0, 51, 74
Luminance
0.0488
Every format
| HEX | #354321 |
| RGB | rgb(53, 67, 33) |
| HSL | hsl(85, 34%, 20%) |
| CMYK | cmyk(21%, 0%, 51%, 74%) |
| LAB | lab(26.4 -12.5 18.8) |
| LCH | lch(26.4 22.6 123.7) |
| OKLCH | oklch(0.361 0.057 127.4) |
Copy-ready code
/* CSS */
color: #354321;
background-color: #354321;
/* Tailwind (arbitrary) */
class="text-[#354321] bg-[#354321]"
/* SCSS */
$brand: #354321;
/* SwiftUI */
Color(red: 0.208, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#354321")Accessibility — WCAG contrast
Aa
#354321 on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#354321 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green26.3%
Blue12.9%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#354321 text on a black background
contrast 1.98:1
Card sample
#354321 text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #354321;
Background color
Panel with #354321 background
background-color: #354321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #354321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #354321; background: linear-gradient(135deg, #354321, #214324);