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