#14180a
a deep, soft green · cool · closest name: black
RGB
20, 24, 10
HSL
77°, 41%, 7%
CMYK
17, 0, 58, 91
Luminance
0.0082
Every format
| HEX | #14180a |
| RGB | rgb(20, 24, 10) |
| HSL | hsl(77, 41%, 7%) |
| CMYK | cmyk(17%, 0%, 58%, 91%) |
| LAB | lab(7.4 -4.6 7.0) |
| LCH | lch(7.4 8.4 123.7) |
| OKLCH | oklch(0.200 0.027 121.8) |
Copy-ready code
/* CSS */
color: #14180a;
background-color: #14180a;
/* Tailwind (arbitrary) */
class="text-[#14180a] bg-[#14180a]"
/* SCSS */
$brand: #14180a;
/* SwiftUI */
Color(red: 0.078, green: 0.094, blue: 0.039)
/* Android */
Color.parseColor("#14180a")Accessibility — WCAG contrast
Aa
#14180a on white: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14180a on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green9.4%
Blue3.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow58.3%
Key (black)90.6%
Color previews
#14180a text on a black background
contrast 1.16:1
Card sample
#14180a text on a white background
contrast 18.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14180a;
Background color
Panel with #14180a background
background-color: #14180a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14180a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 24, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 24, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14180a; background: linear-gradient(135deg, #14180a, #0B180A);