#202607
a deep, vivid green · cool · closest name: black
RGB
32, 38, 7
HSL
72°, 69%, 9%
CMYK
16, 0, 82, 85
Luminance
0.0171
Every format
| HEX | #202607 |
| RGB | rgb(32, 38, 7) |
| HSL | hsl(72, 69%, 9%) |
| CMYK | cmyk(16%, 0%, 82%, 85%) |
| LAB | lab(13.9 -8.4 17.3) |
| LCH | lch(13.9 19.3 115.8) |
| OKLCH | oklch(0.255 0.050 119.4) |
Copy-ready code
/* CSS */
color: #202607;
background-color: #202607;
/* Tailwind (arbitrary) */
class="text-[#202607] bg-[#202607]"
/* SCSS */
$brand: #202607;
/* SwiftUI */
Color(red: 0.125, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#202607")Accessibility — WCAG contrast
Aa
#202607 on white: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202607 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green14.9%
Blue2.7%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow81.6%
Key (black)85.1%
Color previews
#202607 text on a black background
contrast 1.34:1
Card sample
#202607 text on a white background
contrast 15.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202607;
Background color
Panel with #202607 background
background-color: #202607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202607; background: linear-gradient(135deg, #202607, #0B2607);