#20522a
a deep, soft green · cool · closest name: seagreen
RGB
32, 82, 42
HSL
132°, 44%, 22%
CMYK
61, 0, 49, 68
Luminance
0.0651
Every format
| HEX | #20522a |
| RGB | rgb(32, 82, 42) |
| HSL | hsl(132, 44%, 22%) |
| CMYK | cmyk(61%, 0%, 49%, 68%) |
| LAB | lab(30.7 -26.8 18.5) |
| LCH | lch(30.7 32.5 145.3) |
| OKLCH | oklch(0.393 0.086 147.9) |
Copy-ready code
/* CSS */
color: #20522a;
background-color: #20522a;
/* Tailwind (arbitrary) */
class="text-[#20522a] bg-[#20522a]"
/* SCSS */
$brand: #20522a;
/* SwiftUI */
Color(red: 0.125, green: 0.322, blue: 0.165)
/* Android */
Color.parseColor("#20522a")Accessibility — WCAG contrast
Aa
#20522a on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20522a on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green32.2%
Blue16.5%
CMYK percentages
Cyan61.0%
Magenta0.0%
Yellow48.8%
Key (black)67.8%
Color previews
#20522a text on a black background
contrast 2.30:1
Card sample
#20522a text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20522a;
Background color
Panel with #20522a background
background-color: #20522a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20522a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 82, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 82, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20522a; background: linear-gradient(135deg, #20522a, #20524C);