#14331f
a deep, soft green · cool · closest name: darkslategray
RGB
20, 51, 31
HSL
141°, 44%, 14%
CMYK
61, 0, 39, 80
Luminance
0.0262
Every format
| HEX | #14331f |
| RGB | rgb(20, 51, 31) |
| HSL | hsl(141, 44%, 14%) |
| CMYK | cmyk(61%, 0%, 39%, 80%) |
| LAB | lab(18.4 -17.1 9.3) |
| LCH | lch(18.4 19.5 151.6) |
| OKLCH | oklch(0.291 0.052 153.4) |
Copy-ready code
/* CSS */
color: #14331f;
background-color: #14331f;
/* Tailwind (arbitrary) */
class="text-[#14331f] bg-[#14331f]"
/* SCSS */
$brand: #14331f;
/* SwiftUI */
Color(red: 0.078, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#14331f")Accessibility — WCAG contrast
Aa
#14331f on white: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14331f on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green20.0%
Blue12.2%
CMYK percentages
Cyan60.8%
Magenta0.0%
Yellow39.2%
Key (black)80.0%
Color previews
#14331f text on a black background
contrast 1.52:1
Card sample
#14331f text on a white background
contrast 13.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14331f;
Background color
Panel with #14331f background
background-color: #14331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14331f; background: linear-gradient(135deg, #14331f, #143233);