#0e4458
a deep, vivid cyan · cool · closest name: darkslategray
RGB
14, 68, 88
HSL
196°, 73%, 20%
CMYK
84, 23, 0, 66
Luminance
0.0493
Every format
| HEX | #0e4458 |
| RGB | rgb(14, 68, 88) |
| HSL | hsl(196, 73%, 20%) |
| CMYK | cmyk(84%, 23%, 0%, 66%) |
| LAB | lab(26.5 -9.3 -16.8) |
| LCH | lch(26.5 19.2 241.0) |
| OKLCH | oklch(0.363 0.064 228.0) |
Copy-ready code
/* CSS */
color: #0e4458;
background-color: #0e4458;
/* Tailwind (arbitrary) */
class="text-[#0e4458] bg-[#0e4458]"
/* SCSS */
$brand: #0e4458;
/* SwiftUI */
Color(red: 0.055, green: 0.267, blue: 0.345)
/* Android */
Color.parseColor("#0e4458")Accessibility — WCAG contrast
Aa
#0e4458 on white: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e4458 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green26.7%
Blue34.5%
CMYK percentages
Cyan84.1%
Magenta22.7%
Yellow0.0%
Key (black)65.5%
Color previews
#0e4458 text on a black background
contrast 1.99:1
Card sample
#0e4458 text on a white background
contrast 10.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e4458;
Background color
Panel with #0e4458 background
background-color: #0e4458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e4458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 68, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 68, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e4458; background: linear-gradient(135deg, #0e4458, #0E1358);