#141b07
a deep, vivid green · cool · closest name: black
RGB
20, 27, 7
HSL
81°, 59%, 7%
CMYK
26, 0, 74, 89
Luminance
0.0095
Every format
| HEX | #141b07 |
| RGB | rgb(20, 27, 7) |
| HSL | hsl(81, 59%, 7%) |
| CMYK | cmyk(26%, 0%, 74%, 89%) |
| LAB | lab(8.6 -7.4 9.8) |
| LCH | lch(8.6 12.3 127.1) |
| OKLCH | oklch(0.209 0.037 125.3) |
Copy-ready code
/* CSS */
color: #141b07;
background-color: #141b07;
/* Tailwind (arbitrary) */
class="text-[#141b07] bg-[#141b07]"
/* SCSS */
$brand: #141b07;
/* SwiftUI */
Color(red: 0.078, green: 0.106, blue: 0.027)
/* Android */
Color.parseColor("#141b07")Accessibility — WCAG contrast
Aa
#141b07 on white: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141b07 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green10.6%
Blue2.7%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow74.1%
Key (black)89.4%
Color previews
#141b07 text on a black background
contrast 1.19:1
Card sample
#141b07 text on a white background
contrast 17.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141b07;
Background color
Panel with #141b07 background
background-color: #141b07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141b07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 27, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 27, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141b07; background: linear-gradient(135deg, #141b07, #071B07);