#145166
a deep, vivid cyan · cool · closest name: darkslategray
RGB
20, 81, 102
HSL
195°, 67%, 24%
CMYK
80, 21, 0, 60
Luminance
0.0699
Every format
| HEX | #145166 |
| RGB | rgb(20, 81, 102) |
| HSL | hsl(195, 67%, 24%) |
| CMYK | cmyk(80%, 21%, 0%, 60%) |
| LAB | lab(31.8 -11.1 -17.6) |
| LCH | lch(31.8 20.8 237.8) |
| OKLCH | oklch(0.407 0.069 225.8) |
Copy-ready code
/* CSS */
color: #145166;
background-color: #145166;
/* Tailwind (arbitrary) */
class="text-[#145166] bg-[#145166]"
/* SCSS */
$brand: #145166;
/* SwiftUI */
Color(red: 0.078, green: 0.318, blue: 0.400)
/* Android */
Color.parseColor("#145166")Accessibility — WCAG contrast
Aa
#145166 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#145166 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green31.8%
Blue40.0%
CMYK percentages
Cyan80.4%
Magenta20.6%
Yellow0.0%
Key (black)60.0%
Color previews
#145166 text on a black background
contrast 2.40:1
Card sample
#145166 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145166;
Background color
Panel with #145166 background
background-color: #145166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 81, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 81, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145166; background: linear-gradient(135deg, #145166, #141A66);