#14280c
a deep, vivid green · cool · closest name: black
RGB
20, 40, 12
HSL
103°, 54%, 10%
CMYK
50, 0, 70, 84
Luminance
0.0169
Every format
| HEX | #14280c |
| RGB | rgb(20, 40, 12) |
| HSL | hsl(103, 54%, 10%) |
| CMYK | cmyk(50%, 0%, 70%, 84%) |
| LAB | lab(13.8 -14.8 15.0) |
| LCH | lch(13.8 21.1 134.7) |
| OKLCH | oklch(0.252 0.055 137.6) |
Copy-ready code
/* CSS */
color: #14280c;
background-color: #14280c;
/* Tailwind (arbitrary) */
class="text-[#14280c] bg-[#14280c]"
/* SCSS */
$brand: #14280c;
/* SwiftUI */
Color(red: 0.078, green: 0.157, blue: 0.047)
/* Android */
Color.parseColor("#14280c")Accessibility — WCAG contrast
Aa
#14280c on white: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14280c on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green15.7%
Blue4.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow70.0%
Key (black)84.3%
Color previews
#14280c text on a black background
contrast 1.34:1
Card sample
#14280c text on a white background
contrast 15.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14280c;
Background color
Panel with #14280c background
background-color: #14280c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14280c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 40, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 40, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14280c; background: linear-gradient(135deg, #14280c, #0C2817);