#14851f
a dark, vivid green · cool · closest name: forestgreen
RGB
20, 133, 31
HSL
126°, 74%, 30%
CMYK
85, 0, 77, 48
Luminance
0.1702
Every format
| HEX | #14851f |
| RGB | rgb(20, 133, 31) |
| HSL | hsl(126, 74%, 30%) |
| CMYK | cmyk(85%, 0%, 77%, 48%) |
| LAB | lab(48.3 -49.9 43.7) |
| LCH | lch(48.3 66.3 138.7) |
| OKLCH | oklch(0.538 0.167 143.8) |
Copy-ready code
/* CSS */
color: #14851f;
background-color: #14851f;
/* Tailwind (arbitrary) */
class="text-[#14851f] bg-[#14851f]"
/* SCSS */
$brand: #14851f;
/* SwiftUI */
Color(red: 0.078, green: 0.522, blue: 0.122)
/* Android */
Color.parseColor("#14851f")Accessibility — WCAG contrast
Aa
#14851f on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#14851f on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green52.2%
Blue12.2%
CMYK percentages
Cyan85.0%
Magenta0.0%
Yellow76.7%
Key (black)47.8%
Color previews
#14851f text on a black background
contrast 4.40:1
Card sample
#14851f text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14851f;
Background color
Panel with #14851f background
background-color: #14851f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14851f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 133, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 133, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14851f; background: linear-gradient(135deg, #14851f, #14856A);