#145c74
a dark, vivid cyan · cool · closest name: darkslategray
RGB
20, 92, 116
HSL
195°, 71%, 27%
CMYK
83, 21, 0, 55
Luminance
0.0906
Every format
| HEX | #145c74 |
| RGB | rgb(20, 92, 116) |
| HSL | hsl(195, 71%, 27%) |
| CMYK | cmyk(83%, 21%, 0%, 55%) |
| LAB | lab(36.1 -12.4 -19.7) |
| LCH | lch(36.1 23.3 237.9) |
| OKLCH | oklch(0.444 0.077 225.7) |
Copy-ready code
/* CSS */
color: #145c74;
background-color: #145c74;
/* Tailwind (arbitrary) */
class="text-[#145c74] bg-[#145c74]"
/* SCSS */
$brand: #145c74;
/* SwiftUI */
Color(red: 0.078, green: 0.361, blue: 0.455)
/* Android */
Color.parseColor("#145c74")Accessibility — WCAG contrast
Aa
#145c74 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#145c74 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green36.1%
Blue45.5%
CMYK percentages
Cyan82.8%
Magenta20.7%
Yellow0.0%
Key (black)54.5%
Color previews
#145c74 text on a black background
contrast 2.81:1
Card sample
#145c74 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145c74;
Background color
Panel with #145c74 background
background-color: #145c74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145c74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 92, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 92, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145c74; background: linear-gradient(135deg, #145c74, #141C74);