#204635
a deep, soft green · cool · closest name: darkslategray
RGB
32, 70, 53
HSL
153°, 37%, 20%
CMYK
54, 0, 24, 73
Luminance
0.0494
Every format
| HEX | #204635 |
| RGB | rgb(32, 70, 53) |
| HSL | hsl(153, 37%, 20%) |
| CMYK | cmyk(54%, 0%, 24%, 73%) |
| LAB | lab(26.6 -18.3 6.2) |
| LCH | lch(26.6 19.3 161.4) |
| OKLCH | oklch(0.360 0.053 162.8) |
Copy-ready code
/* CSS */
color: #204635;
background-color: #204635;
/* Tailwind (arbitrary) */
class="text-[#204635] bg-[#204635]"
/* SCSS */
$brand: #204635;
/* SwiftUI */
Color(red: 0.125, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#204635")Accessibility — WCAG contrast
Aa
#204635 on white: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#204635 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green27.5%
Blue20.8%
CMYK percentages
Cyan54.3%
Magenta0.0%
Yellow24.3%
Key (black)72.5%
Color previews
#204635 text on a black background
contrast 1.99:1
Card sample
#204635 text on a white background
contrast 10.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #204635;
Background color
Panel with #204635 background
background-color: #204635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #204635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #204635; background: linear-gradient(135deg, #204635, #203E46);