#353c13
a deep, vivid green · cool · closest name: darkslategray
RGB
53, 60, 19
HSL
70°, 52%, 16%
CMYK
12, 0, 68, 77
Luminance
0.0404
Every format
| HEX | #353c13 |
| RGB | rgb(53, 60, 19) |
| HSL | hsl(70, 52%, 16%) |
| CMYK | cmyk(12%, 0%, 68%, 77%) |
| LAB | lab(23.8 -10.0 23.8) |
| LCH | lch(23.8 25.8 112.9) |
| OKLCH | oklch(0.340 0.062 118.0) |
Copy-ready code
/* CSS */
color: #353c13;
background-color: #353c13;
/* Tailwind (arbitrary) */
class="text-[#353c13] bg-[#353c13]"
/* SCSS */
$brand: #353c13;
/* SwiftUI */
Color(red: 0.208, green: 0.235, blue: 0.075)
/* Android */
Color.parseColor("#353c13")Accessibility — WCAG contrast
Aa
#353c13 on white: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353c13 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green23.5%
Blue7.5%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow68.3%
Key (black)76.5%
Color previews
#353c13 text on a black background
contrast 1.81:1
Card sample
#353c13 text on a white background
contrast 11.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353c13;
Background color
Panel with #353c13 background
background-color: #353c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 60, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 60, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353c13; background: linear-gradient(135deg, #353c13, #1A3C13);