#14432f
a deep, vivid green · cool · closest name: darkslategray
RGB
20, 67, 47
HSL
155°, 54%, 17%
CMYK
70, 0, 30, 74
Luminance
0.0437
Every format
| HEX | #14432f |
| RGB | rgb(20, 67, 47) |
| HSL | hsl(155, 54%, 17%) |
| CMYK | cmyk(70%, 0%, 30%, 74%) |
| LAB | lab(24.9 -21.5 7.5) |
| LCH | lch(24.9 22.8 160.7) |
| OKLCH | oklch(0.345 0.062 161.9) |
Copy-ready code
/* CSS */
color: #14432f;
background-color: #14432f;
/* Tailwind (arbitrary) */
class="text-[#14432f] bg-[#14432f]"
/* SCSS */
$brand: #14432f;
/* SwiftUI */
Color(red: 0.078, green: 0.263, blue: 0.184)
/* Android */
Color.parseColor("#14432f")Accessibility — WCAG contrast
Aa
#14432f on white: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14432f on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green26.3%
Blue18.4%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow29.9%
Key (black)73.7%
Color previews
#14432f text on a black background
contrast 1.87:1
Card sample
#14432f text on a white background
contrast 11.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14432f;
Background color
Panel with #14432f background
background-color: #14432f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14432f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 67, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 67, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14432f; background: linear-gradient(135deg, #14432f, #143843);