#141708
a deep, vivid green · cool · closest name: black
RGB
20, 23, 8
HSL
72°, 48%, 6%
CMYK
13, 0, 65, 91
Luminance
0.0078
Every format
| HEX | #141708 |
| RGB | rgb(20, 23, 8) |
| HSL | hsl(72, 48%, 6%) |
| CMYK | cmyk(13%, 0%, 65%, 91%) |
| LAB | lab(7.0 -4.2 7.2) |
| LCH | lch(7.0 8.3 120.1) |
| OKLCH | oklch(0.197 0.028 118.3) |
Copy-ready code
/* CSS */
color: #141708;
background-color: #141708;
/* Tailwind (arbitrary) */
class="text-[#141708] bg-[#141708]"
/* SCSS */
$brand: #141708;
/* SwiftUI */
Color(red: 0.078, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#141708")Accessibility — WCAG contrast
Aa
#141708 on white: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141708 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green9.0%
Blue3.1%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow65.2%
Key (black)91.0%
Color previews
#141708 text on a black background
contrast 1.16:1
Card sample
#141708 text on a white background
contrast 18.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141708;
Background color
Panel with #141708 background
background-color: #141708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141708; background: linear-gradient(135deg, #141708, #0A1708);