#204120
a deep, soft green · cool · closest name: darkslategray
RGB
32, 65, 32
HSL
120°, 34%, 19%
CMYK
51, 0, 51, 75
Luminance
0.0419
Every format
| HEX | #204120 |
| RGB | rgb(32, 65, 32) |
| HSL | hsl(120, 34%, 19%) |
| CMYK | cmyk(51%, 0%, 51%, 75%) |
| LAB | lab(24.3 -20.3 16.4) |
| LCH | lch(24.3 26.1 140.9) |
| OKLCH | oklch(0.340 0.068 143.9) |
Copy-ready code
/* CSS */
color: #204120;
background-color: #204120;
/* Tailwind (arbitrary) */
class="text-[#204120] bg-[#204120]"
/* SCSS */
$brand: #204120;
/* SwiftUI */
Color(red: 0.125, green: 0.255, blue: 0.125)
/* Android */
Color.parseColor("#204120")Accessibility — WCAG contrast
Aa
#204120 on white: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#204120 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green25.5%
Blue12.5%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow50.8%
Key (black)74.5%
Color previews
#204120 text on a black background
contrast 1.84:1
Card sample
#204120 text on a white background
contrast 11.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #204120;
Background color
Panel with #204120 background
background-color: #204120;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #204120;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 65, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 65, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #204120; background: linear-gradient(135deg, #204120, #204136);