#141802
a deep, electric green · cool · closest name: black
RGB
20, 24, 2
HSL
71°, 85%, 5%
CMYK
17, 0, 92, 91
Luminance
0.0081
Every format
| HEX | #141802 |
| RGB | rgb(20, 24, 2) |
| HSL | hsl(71, 85%, 5%) |
| CMYK | cmyk(17%, 0%, 92%, 91%) |
| LAB | lab(7.3 -5.8 10.0) |
| LCH | lch(7.3 11.5 119.9) |
| OKLCH | oklch(0.198 0.041 118.1) |
Copy-ready code
/* CSS */
color: #141802;
background-color: #141802;
/* Tailwind (arbitrary) */
class="text-[#141802] bg-[#141802]"
/* SCSS */
$brand: #141802;
/* SwiftUI */
Color(red: 0.078, green: 0.094, blue: 0.008)
/* Android */
Color.parseColor("#141802")Accessibility — WCAG contrast
Aa
#141802 on white: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141802 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green9.4%
Blue0.8%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow91.7%
Key (black)90.6%
Color previews
#141802 text on a black background
contrast 1.16:1
Card sample
#141802 text on a white background
contrast 18.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141802;
Background color
Panel with #141802 background
background-color: #141802;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141802;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 24, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 24, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141802; background: linear-gradient(135deg, #141802, #051802);