#47522f
a dark, soft green · cool · closest name: darkslategray
RGB
71, 82, 47
HSL
79°, 27%, 25%
CMYK
13, 0, 43, 68
Luminance
0.0758
Every format
| HEX | #47522f |
| RGB | rgb(71, 82, 47) |
| HSL | hsl(79, 27%, 25%) |
| CMYK | cmyk(13%, 0%, 43%, 68%) |
| LAB | lab(33.1 -11.1 19.1) |
| LCH | lch(33.1 22.1 120.1) |
| OKLCH | oklch(0.419 0.056 123.0) |
Copy-ready code
/* CSS */
color: #47522f;
background-color: #47522f;
/* Tailwind (arbitrary) */
class="text-[#47522f] bg-[#47522f]"
/* SCSS */
$brand: #47522f;
/* SwiftUI */
Color(red: 0.278, green: 0.322, blue: 0.184)
/* Android */
Color.parseColor("#47522f")Accessibility — WCAG contrast
Aa
#47522f on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47522f on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green32.2%
Blue18.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow42.7%
Key (black)67.8%
Color previews
#47522f text on a black background
contrast 2.52:1
Card sample
#47522f text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47522f;
Background color
Panel with #47522f background
background-color: #47522f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47522f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 82, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 82, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47522f; background: linear-gradient(135deg, #47522f, #30522F);