#014257
a deep, electric cyan · cool · closest name: darkslategray
RGB
1, 66, 87
HSL
195°, 98%, 17%
CMYK
99, 24, 0, 66
Luminance
0.0459
Every format
| HEX | #014257 |
| RGB | rgb(1, 66, 87) |
| HSL | hsl(195, 98%, 17%) |
| CMYK | cmyk(99%, 24%, 0%, 66%) |
| LAB | lab(25.5 -9.9 -17.7) |
| LCH | lch(25.5 20.3 240.9) |
| OKLCH | oklch(0.354 0.068 227.3) |
Copy-ready code
/* CSS */
color: #014257;
background-color: #014257;
/* Tailwind (arbitrary) */
class="text-[#014257] bg-[#014257]"
/* SCSS */
$brand: #014257;
/* SwiftUI */
Color(red: 0.004, green: 0.259, blue: 0.341)
/* Android */
Color.parseColor("#014257")Accessibility — WCAG contrast
Aa
#014257 on white: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#014257 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green25.9%
Blue34.1%
CMYK percentages
Cyan98.9%
Magenta24.1%
Yellow0.0%
Key (black)65.9%
Color previews
#014257 text on a black background
contrast 1.92:1
Card sample
#014257 text on a white background
contrast 10.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #014257;
Background color
Panel with #014257 background
background-color: #014257;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #014257;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 66, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 66, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #014257; background: linear-gradient(135deg, #014257, #010957);