#395539
a dark, soft green · cool · closest name: darkslategray
RGB
57, 85, 57
HSL
120°, 20%, 28%
CMYK
33, 0, 33, 67
Luminance
0.0766
Every format
| HEX | #395539 |
| RGB | rgb(57, 85, 57) |
| HSL | hsl(120, 20%, 28%) |
| CMYK | cmyk(33%, 0%, 33%, 67%) |
| LAB | lab(33.3 -16.9 13.1) |
| LCH | lch(33.3 21.4 142.3) |
| OKLCH | oklch(0.419 0.057 144.5) |
Copy-ready code
/* CSS */
color: #395539;
background-color: #395539;
/* Tailwind (arbitrary) */
class="text-[#395539] bg-[#395539]"
/* SCSS */
$brand: #395539;
/* SwiftUI */
Color(red: 0.224, green: 0.333, blue: 0.224)
/* Android */
Color.parseColor("#395539")Accessibility — WCAG contrast
Aa
#395539 on white: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#395539 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green33.3%
Blue22.4%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow32.9%
Key (black)66.7%
Color previews
#395539 text on a black background
contrast 2.53:1
Card sample
#395539 text on a white background
contrast 8.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #395539;
Background color
Panel with #395539 background
background-color: #395539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #395539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 85, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 85, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #395539; background: linear-gradient(135deg, #395539, #39554C);