#354635
a deep, muted green · cool · closest name: darkslategray
RGB
53, 70, 53
HSL
120°, 14%, 24%
CMYK
24, 0, 24, 73
Luminance
0.0539
Every format
| HEX | #354635 |
| RGB | rgb(53, 70, 53) |
| HSL | hsl(120, 14%, 24%) |
| CMYK | cmyk(24%, 0%, 24%, 73%) |
| LAB | lab(27.8 -10.8 8.1) |
| LCH | lch(27.8 13.4 143.0) |
| OKLCH | oklch(0.374 0.036 144.8) |
Copy-ready code
/* CSS */
color: #354635;
background-color: #354635;
/* Tailwind (arbitrary) */
class="text-[#354635] bg-[#354635]"
/* SCSS */
$brand: #354635;
/* SwiftUI */
Color(red: 0.208, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#354635")Accessibility — WCAG contrast
Aa
#354635 on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#354635 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green27.5%
Blue20.8%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow24.3%
Key (black)72.5%
Color previews
#354635 text on a black background
contrast 2.08:1
Card sample
#354635 text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #354635;
Background color
Panel with #354635 background
background-color: #354635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #354635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #354635; background: linear-gradient(135deg, #354635, #354640);