#143021
a deep, soft green · cool · closest name: darkslategray
RGB
20, 48, 33
HSL
148°, 41%, 13%
CMYK
58, 0, 31, 81
Luminance
0.0237
Every format
| HEX | #143021 |
| RGB | rgb(20, 48, 33) |
| HSL | hsl(148, 41%, 13%) |
| CMYK | cmyk(58%, 0%, 31%, 81%) |
| LAB | lab(17.3 -15.0 6.4) |
| LCH | lch(17.3 16.3 156.9) |
| OKLCH | oklch(0.282 0.044 158.3) |
Copy-ready code
/* CSS */
color: #143021;
background-color: #143021;
/* Tailwind (arbitrary) */
class="text-[#143021] bg-[#143021]"
/* SCSS */
$brand: #143021;
/* SwiftUI */
Color(red: 0.078, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#143021")Accessibility — WCAG contrast
Aa
#143021 on white: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#143021 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green18.8%
Blue12.9%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow31.3%
Key (black)81.2%
Color previews
#143021 text on a black background
contrast 1.47:1
Card sample
#143021 text on a white background
contrast 14.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #143021;
Background color
Panel with #143021 background
background-color: #143021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #143021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #143021; background: linear-gradient(135deg, #143021, #142C30);