#354621
a deep, soft green · cool · closest name: darkslategray
RGB
53, 70, 33
HSL
88°, 36%, 20%
CMYK
24, 0, 53, 73
Luminance
0.0525
Every format
| HEX | #354621 |
| RGB | rgb(53, 70, 33) |
| HSL | hsl(88, 36%, 20%) |
| CMYK | cmyk(24%, 0%, 53%, 73%) |
| LAB | lab(27.4 -14.3 20.0) |
| LCH | lch(27.4 24.6 125.4) |
| OKLCH | oklch(0.369 0.062 129.3) |
Copy-ready code
/* CSS */
color: #354621;
background-color: #354621;
/* Tailwind (arbitrary) */
class="text-[#354621] bg-[#354621]"
/* SCSS */
$brand: #354621;
/* SwiftUI */
Color(red: 0.208, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#354621")Accessibility — WCAG contrast
Aa
#354621 on white: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#354621 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green27.5%
Blue12.9%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow52.9%
Key (black)72.5%
Color previews
#354621 text on a black background
contrast 2.05:1
Card sample
#354621 text on a white background
contrast 10.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #354621;
Background color
Panel with #354621 background
background-color: #354621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #354621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #354621; background: linear-gradient(135deg, #354621, #214626);