#141c0c
a deep, soft green · cool · closest name: black
RGB
20, 28, 12
HSL
90°, 40%, 8%
CMYK
29, 0, 57, 89
Luminance
0.0101
Every format
| HEX | #141c0c |
| RGB | rgb(20, 28, 12) |
| HSL | hsl(90, 40%, 8%) |
| CMYK | cmyk(29%, 0%, 57%, 89%) |
| LAB | lab(9.0 -7.4 8.4) |
| LCH | lch(9.0 11.2 131.4) |
| OKLCH | oklch(0.213 0.032 130.4) |
Copy-ready code
/* CSS */
color: #141c0c;
background-color: #141c0c;
/* Tailwind (arbitrary) */
class="text-[#141c0c] bg-[#141c0c]"
/* SCSS */
$brand: #141c0c;
/* SwiftUI */
Color(red: 0.078, green: 0.110, blue: 0.047)
/* Android */
Color.parseColor("#141c0c")Accessibility — WCAG contrast
Aa
#141c0c on white: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141c0c on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green11.0%
Blue4.7%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow57.1%
Key (black)89.0%
Color previews
#141c0c text on a black background
contrast 1.20:1
Card sample
#141c0c text on a white background
contrast 17.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141c0c;
Background color
Panel with #141c0c background
background-color: #141c0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141c0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 28, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 28, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141c0c; background: linear-gradient(135deg, #141c0c, #0C1C0F);