#395639
a dark, soft green · cool · closest name: darkslategray
RGB
57, 86, 57
HSL
120°, 20%, 28%
CMYK
34, 0, 34, 66
Luminance
0.0782
Every format
| HEX | #395639 |
| RGB | rgb(57, 86, 57) |
| HSL | hsl(120, 20%, 28%) |
| CMYK | cmyk(34%, 0%, 34%, 66%) |
| LAB | lab(33.6 -17.5 13.6) |
| LCH | lch(33.6 22.1 142.2) |
| OKLCH | oklch(0.421 0.059 144.4) |
Copy-ready code
/* CSS */
color: #395639;
background-color: #395639;
/* Tailwind (arbitrary) */
class="text-[#395639] bg-[#395639]"
/* SCSS */
$brand: #395639;
/* SwiftUI */
Color(red: 0.224, green: 0.337, blue: 0.224)
/* Android */
Color.parseColor("#395639")Accessibility — WCAG contrast
Aa
#395639 on white: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#395639 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green33.7%
Blue22.4%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow33.7%
Key (black)66.3%
Color previews
#395639 text on a black background
contrast 2.56:1
Card sample
#395639 text on a white background
contrast 8.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #395639;
Background color
Panel with #395639 background
background-color: #395639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #395639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 86, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 86, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #395639; background: linear-gradient(135deg, #395639, #39564C);