#203521
a deep, soft green · cool · closest name: darkslategray
RGB
32, 53, 33
HSL
123°, 25%, 17%
CMYK
40, 0, 38, 79
Luminance
0.0296
Every format
| HEX | #203521 |
| RGB | rgb(32, 53, 33) |
| HSL | hsl(123, 25%, 17%) |
| CMYK | cmyk(40%, 0%, 38%, 79%) |
| LAB | lab(19.9 -13.5 10.0) |
| LCH | lch(19.9 16.8 143.3) |
| OKLCH | oklch(0.305 0.045 145.5) |
Copy-ready code
/* CSS */
color: #203521;
background-color: #203521;
/* Tailwind (arbitrary) */
class="text-[#203521] bg-[#203521]"
/* SCSS */
$brand: #203521;
/* SwiftUI */
Color(red: 0.125, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#203521")Accessibility — WCAG contrast
Aa
#203521 on white: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#203521 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green20.8%
Blue12.9%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow37.7%
Key (black)79.2%
Color previews
#203521 text on a black background
contrast 1.59:1
Card sample
#203521 text on a white background
contrast 13.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #203521;
Background color
Panel with #203521 background
background-color: #203521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #203521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #203521; background: linear-gradient(135deg, #203521, #20352F);