#475330
a dark, soft green · cool · closest name: darkslategray
RGB
71, 83, 48
HSL
81°, 27%, 26%
CMYK
15, 0, 42, 68
Luminance
0.0774
Every format
| HEX | #475330 |
| RGB | rgb(71, 83, 48) |
| HSL | hsl(81, 27%, 26%) |
| CMYK | cmyk(15%, 0%, 42%, 68%) |
| LAB | lab(33.4 -11.5 19.0) |
| LCH | lch(33.4 22.2 121.3) |
| OKLCH | oklch(0.422 0.056 124.2) |
Copy-ready code
/* CSS */
color: #475330;
background-color: #475330;
/* Tailwind (arbitrary) */
class="text-[#475330] bg-[#475330]"
/* SCSS */
$brand: #475330;
/* SwiftUI */
Color(red: 0.278, green: 0.325, blue: 0.188)
/* Android */
Color.parseColor("#475330")Accessibility — WCAG contrast
Aa
#475330 on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#475330 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green32.5%
Blue18.8%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow42.2%
Key (black)67.5%
Color previews
#475330 text on a black background
contrast 2.55:1
Card sample
#475330 text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475330;
Background color
Panel with #475330 background
background-color: #475330;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475330;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 83, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 83, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475330; background: linear-gradient(135deg, #475330, #305330);