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