#202913
a deep, soft green · cool · closest name: black
RGB
32, 41, 19
HSL
85°, 37%, 12%
CMYK
22, 0, 54, 84
Luminance
0.0194
Every format
| HEX | #202913 |
| RGB | rgb(32, 41, 19) |
| HSL | hsl(85, 37%, 12%) |
| CMYK | cmyk(22%, 0%, 54%, 84%) |
| LAB | lab(15.2 -8.8 13.1) |
| LCH | lch(15.2 15.8 123.7) |
| OKLCH | oklch(0.266 0.040 127.1) |
Copy-ready code
/* CSS */
color: #202913;
background-color: #202913;
/* Tailwind (arbitrary) */
class="text-[#202913] bg-[#202913]"
/* SCSS */
$brand: #202913;
/* SwiftUI */
Color(red: 0.125, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#202913")Accessibility — WCAG contrast
Aa
#202913 on white: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202913 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green16.1%
Blue7.5%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#202913 text on a black background
contrast 1.39:1
Card sample
#202913 text on a white background
contrast 15.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202913;
Background color
Panel with #202913 background
background-color: #202913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202913; background: linear-gradient(135deg, #202913, #132915);