#20522f
a deep, soft green · cool · closest name: darkslategray
RGB
32, 82, 47
HSL
138°, 44%, 22%
CMYK
61, 0, 43, 68
Luminance
0.0655
Every format
| HEX | #20522f |
| RGB | rgb(32, 82, 47) |
| HSL | hsl(138, 44%, 22%) |
| CMYK | cmyk(61%, 0%, 43%, 68%) |
| LAB | lab(30.8 -25.8 15.6) |
| LCH | lch(30.8 30.1 148.8) |
| OKLCH | oklch(0.394 0.080 150.9) |
Copy-ready code
/* CSS */
color: #20522f;
background-color: #20522f;
/* Tailwind (arbitrary) */
class="text-[#20522f] bg-[#20522f]"
/* SCSS */
$brand: #20522f;
/* SwiftUI */
Color(red: 0.125, green: 0.322, blue: 0.184)
/* Android */
Color.parseColor("#20522f")Accessibility — WCAG contrast
Aa
#20522f on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20522f on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green32.2%
Blue18.4%
CMYK percentages
Cyan61.0%
Magenta0.0%
Yellow42.7%
Key (black)67.8%
Color previews
#20522f text on a black background
contrast 2.31:1
Card sample
#20522f text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20522f;
Background color
Panel with #20522f background
background-color: #20522f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20522f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 82, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 82, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20522f; background: linear-gradient(135deg, #20522f, #205251);