#0e447b
a dark, electric blue · cool · closest name: steelblue
RGB
14, 68, 123
HSL
210°, 80%, 27%
CMYK
89, 45, 0, 52
Luminance
0.0566
Every format
| HEX | #0e447b |
| RGB | rgb(14, 68, 123) |
| HSL | hsl(210, 80%, 27%) |
| CMYK | cmyk(89%, 45%, 0%, 52%) |
| LAB | lab(28.5 5.2 -36.0) |
| LCH | lch(28.5 36.4 278.2) |
| OKLCH | oklch(0.385 0.108 253.2) |
Copy-ready code
/* CSS */
color: #0e447b;
background-color: #0e447b;
/* Tailwind (arbitrary) */
class="text-[#0e447b] bg-[#0e447b]"
/* SCSS */
$brand: #0e447b;
/* SwiftUI */
Color(red: 0.055, green: 0.267, blue: 0.482)
/* Android */
Color.parseColor("#0e447b")Accessibility — WCAG contrast
Aa
#0e447b on white: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e447b on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green26.7%
Blue48.2%
CMYK percentages
Cyan88.6%
Magenta44.7%
Yellow0.0%
Key (black)51.8%
Color previews
#0e447b text on a black background
contrast 2.13:1
Card sample
#0e447b text on a white background
contrast 9.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e447b;
Background color
Panel with #0e447b background
background-color: #0e447b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e447b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 68, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 68, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e447b; background: linear-gradient(135deg, #0e447b, #210E7B);