#475021
a deep, soft green · cool · closest name: darkslategray
RGB
71, 80, 33
HSL
72°, 42%, 22%
CMYK
11, 0, 59, 69
Luminance
0.0719
Every format
| HEX | #475021 |
| RGB | rgb(71, 80, 33) |
| HSL | hsl(72, 42%, 22%) |
| CMYK | cmyk(11%, 0%, 59%, 69%) |
| LAB | lab(32.2 -11.7 26.1) |
| LCH | lch(32.2 28.6 114.1) |
| OKLCH | oklch(0.412 0.070 118.6) |
Copy-ready code
/* CSS */
color: #475021;
background-color: #475021;
/* Tailwind (arbitrary) */
class="text-[#475021] bg-[#475021]"
/* SCSS */
$brand: #475021;
/* SwiftUI */
Color(red: 0.278, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#475021")Accessibility — WCAG contrast
Aa
#475021 on white: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#475021 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green31.4%
Blue12.9%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow58.8%
Key (black)68.6%
Color previews
#475021 text on a black background
contrast 2.44:1
Card sample
#475021 text on a white background
contrast 8.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475021;
Background color
Panel with #475021 background
background-color: #475021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475021; background: linear-gradient(135deg, #475021, #285021);