#203621
a deep, soft green · cool · closest name: darkslategray
RGB
32, 54, 33
HSL
123°, 26%, 17%
CMYK
41, 0, 39, 79
Luminance
0.0306
Every format
| HEX | #203621 |
| RGB | rgb(32, 54, 33) |
| HSL | hsl(123, 26%, 17%) |
| CMYK | cmyk(41%, 0%, 39%, 79%) |
| LAB | lab(20.3 -14.1 10.5) |
| LCH | lch(20.3 17.6 143.1) |
| OKLCH | oklch(0.308 0.046 145.4) |
Copy-ready code
/* CSS */
color: #203621;
background-color: #203621;
/* Tailwind (arbitrary) */
class="text-[#203621] bg-[#203621]"
/* SCSS */
$brand: #203621;
/* SwiftUI */
Color(red: 0.125, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#203621")Accessibility — WCAG contrast
Aa
#203621 on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#203621 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green21.2%
Blue12.9%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#203621 text on a black background
contrast 1.61:1
Card sample
#203621 text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #203621;
Background color
Panel with #203621 background
background-color: #203621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #203621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #203621; background: linear-gradient(135deg, #203621, #203630);