#0e446d
a deep, electric blue · cool · closest name: steelblue
RGB
14, 68, 109
HSL
206°, 77%, 24%
CMYK
87, 38, 0, 57
Luminance
0.0533
Every format
| HEX | #0e446d |
| RGB | rgb(14, 68, 109) |
| HSL | hsl(206, 77%, 24%) |
| CMYK | cmyk(87%, 38%, 0%, 57%) |
| LAB | lab(27.7 -0.7 -28.6) |
| LCH | lch(27.7 28.6 268.5) |
| OKLCH | oklch(0.375 0.088 246.8) |
Copy-ready code
/* CSS */
color: #0e446d;
background-color: #0e446d;
/* Tailwind (arbitrary) */
class="text-[#0e446d] bg-[#0e446d]"
/* SCSS */
$brand: #0e446d;
/* SwiftUI */
Color(red: 0.055, green: 0.267, blue: 0.427)
/* Android */
Color.parseColor("#0e446d")Accessibility — WCAG contrast
Aa
#0e446d on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e446d on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green26.7%
Blue42.7%
CMYK percentages
Cyan87.2%
Magenta37.6%
Yellow0.0%
Key (black)57.3%
Color previews
#0e446d text on a black background
contrast 2.07:1
Card sample
#0e446d text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e446d;
Background color
Panel with #0e446d background
background-color: #0e446d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e446d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 68, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 68, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e446d; background: linear-gradient(135deg, #0e446d, #170E6D);