#142207
a deep, vivid green · cool · closest name: black
RGB
20, 34, 7
HSL
91°, 66%, 8%
CMYK
41, 0, 79, 87
Luminance
0.0131
Every format
| HEX | #142207 |
| RGB | rgb(20, 34, 7) |
| HSL | hsl(91, 66%, 8%) |
| CMYK | cmyk(41%, 0%, 79%, 87%) |
| LAB | lab(11.3 -12.1 13.7) |
| LCH | lch(11.3 18.3 131.3) |
| OKLCH | oklch(0.232 0.050 132.1) |
Copy-ready code
/* CSS */
color: #142207;
background-color: #142207;
/* Tailwind (arbitrary) */
class="text-[#142207] bg-[#142207]"
/* SCSS */
$brand: #142207;
/* SwiftUI */
Color(red: 0.078, green: 0.133, blue: 0.027)
/* Android */
Color.parseColor("#142207")Accessibility — WCAG contrast
Aa
#142207 on white: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142207 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green13.3%
Blue2.7%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow79.4%
Key (black)86.7%
Color previews
#142207 text on a black background
contrast 1.26:1
Card sample
#142207 text on a white background
contrast 16.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142207;
Background color
Panel with #142207 background
background-color: #142207;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142207;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 34, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 34, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142207; background: linear-gradient(135deg, #142207, #07220C);