#354313
a deep, vivid green · cool · closest name: darkslategray
RGB
53, 67, 19
HSL
78°, 56%, 17%
CMYK
21, 0, 72, 74
Luminance
0.0482
Every format
| HEX | #354313 |
| RGB | rgb(53, 67, 19) |
| HSL | hsl(78, 56%, 17%) |
| CMYK | cmyk(21%, 0%, 72%, 74%) |
| LAB | lab(26.2 -14.1 26.4) |
| LCH | lch(26.2 30.0 118.2) |
| OKLCH | oklch(0.359 0.073 123.9) |
Copy-ready code
/* CSS */
color: #354313;
background-color: #354313;
/* Tailwind (arbitrary) */
class="text-[#354313] bg-[#354313]"
/* SCSS */
$brand: #354313;
/* SwiftUI */
Color(red: 0.208, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#354313")Accessibility — WCAG contrast
Aa
#354313 on white: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#354313 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green26.3%
Blue7.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow71.6%
Key (black)73.7%
Color previews
#354313 text on a black background
contrast 1.96:1
Card sample
#354313 text on a white background
contrast 10.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #354313;
Background color
Panel with #354313 background
background-color: #354313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #354313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #354313; background: linear-gradient(135deg, #354313, #154313);