#202c0c
a deep, vivid green · cool · closest name: darkslategray
RGB
32, 44, 12
HSL
83°, 57%, 11%
CMYK
27, 0, 73, 83
Luminance
0.0213
Every format
| HEX | #202c0c |
| RGB | rgb(32, 44, 12) |
| HSL | hsl(83, 57%, 11%) |
| CMYK | cmyk(27%, 0%, 73%, 83%) |
| LAB | lab(16.2 -11.6 18.2) |
| LCH | lch(16.2 21.6 122.4) |
| OKLCH | oklch(0.274 0.054 127.0) |
Copy-ready code
/* CSS */
color: #202c0c;
background-color: #202c0c;
/* Tailwind (arbitrary) */
class="text-[#202c0c] bg-[#202c0c]"
/* SCSS */
$brand: #202c0c;
/* SwiftUI */
Color(red: 0.125, green: 0.173, blue: 0.047)
/* Android */
Color.parseColor("#202c0c")Accessibility — WCAG contrast
Aa
#202c0c on white: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202c0c on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green17.3%
Blue4.7%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow72.7%
Key (black)82.7%
Color previews
#202c0c text on a black background
contrast 1.43:1
Card sample
#202c0c text on a white background
contrast 14.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202c0c;
Background color
Panel with #202c0c background
background-color: #202c0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202c0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 44, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 44, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202c0c; background: linear-gradient(135deg, #202c0c, #0C2C0D);