#0e444b
a deep, vivid cyan · cool · closest name: darkslategray
RGB
14, 68, 75
HSL
187°, 69%, 18%
CMYK
81, 9, 0, 71
Luminance
0.0474
Every format
| HEX | #0e444b |
| RGB | rgb(14, 68, 75) |
| HSL | hsl(187, 69%, 18%) |
| CMYK | cmyk(81%, 9%, 0%, 71%) |
| LAB | lab(26.0 -14.3 -9.2) |
| LCH | lch(26.0 17.0 212.8) |
| OKLCH | oklch(0.356 0.055 207.8) |
Copy-ready code
/* CSS */
color: #0e444b;
background-color: #0e444b;
/* Tailwind (arbitrary) */
class="text-[#0e444b] bg-[#0e444b]"
/* SCSS */
$brand: #0e444b;
/* SwiftUI */
Color(red: 0.055, green: 0.267, blue: 0.294)
/* Android */
Color.parseColor("#0e444b")Accessibility — WCAG contrast
Aa
#0e444b on white: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e444b on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green26.7%
Blue29.4%
CMYK percentages
Cyan81.3%
Magenta9.3%
Yellow0.0%
Key (black)70.6%
Color previews
#0e444b text on a black background
contrast 1.95:1
Card sample
#0e444b text on a white background
contrast 10.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e444b;
Background color
Panel with #0e444b background
background-color: #0e444b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e444b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 68, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 68, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e444b; background: linear-gradient(135deg, #0e444b, #0E1B4B);