#375430
a dark, soft green · cool · closest name: darkslategray
RGB
55, 84, 48
HSL
108°, 27%, 26%
CMYK
35, 0, 43, 67
Luminance
0.0737
Every format
| HEX | #375430 |
| RGB | rgb(55, 84, 48) |
| HSL | hsl(108, 27%, 26%) |
| CMYK | cmyk(35%, 0%, 43%, 67%) |
| LAB | lab(32.6 -18.8 17.7) |
| LCH | lch(32.6 25.8 136.8) |
| OKLCH | oklch(0.413 0.068 139.6) |
Copy-ready code
/* CSS */
color: #375430;
background-color: #375430;
/* Tailwind (arbitrary) */
class="text-[#375430] bg-[#375430]"
/* SCSS */
$brand: #375430;
/* SwiftUI */
Color(red: 0.216, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#375430")Accessibility — WCAG contrast
Aa
#375430 on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#375430 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green32.9%
Blue18.8%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow42.9%
Key (black)67.1%
Color previews
#375430 text on a black background
contrast 2.47:1
Card sample
#375430 text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #375430;
Background color
Panel with #375430 background
background-color: #375430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #375430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #375430; background: linear-gradient(135deg, #375430, #305441);