#145c41
a deep, vivid green · cool · closest name: darkslategray
RGB
20, 92, 65
HSL
158°, 64%, 22%
CMYK
78, 0, 29, 64
Luminance
0.0818
Every format
| HEX | #145c41 |
| RGB | rgb(20, 92, 65) |
| HSL | hsl(158, 64%, 22%) |
| CMYK | cmyk(78%, 0%, 29%, 64%) |
| LAB | lab(34.4 -28.9 9.4) |
| LCH | lch(34.4 30.4 161.9) |
| OKLCH | oklch(0.424 0.083 163.1) |
Copy-ready code
/* CSS */
color: #145c41;
background-color: #145c41;
/* Tailwind (arbitrary) */
class="text-[#145c41] bg-[#145c41]"
/* SCSS */
$brand: #145c41;
/* SwiftUI */
Color(red: 0.078, green: 0.361, blue: 0.255)
/* Android */
Color.parseColor("#145c41")Accessibility — WCAG contrast
Aa
#145c41 on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#145c41 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green36.1%
Blue25.5%
CMYK percentages
Cyan78.3%
Magenta0.0%
Yellow29.3%
Key (black)63.9%
Color previews
#145c41 text on a black background
contrast 2.64:1
Card sample
#145c41 text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145c41;
Background color
Panel with #145c41 background
background-color: #145c41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145c41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 92, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 92, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145c41; background: linear-gradient(135deg, #145c41, #14475C);