#0e397b
a dark, electric blue · cool · closest name: midnightblue
RGB
14, 57, 123
HSL
216°, 80%, 27%
CMYK
89, 54, 0, 52
Luminance
0.0445
Every format
| HEX | #0e397b |
| RGB | rgb(14, 57, 123) |
| HSL | hsl(216, 80%, 27%) |
| CMYK | cmyk(89%, 54%, 0%, 52%) |
| LAB | lab(25.1 12.9 -41.5) |
| LCH | lch(25.1 43.5 287.2) |
| OKLCH | oklch(0.358 0.122 259.4) |
Copy-ready code
/* CSS */
color: #0e397b;
background-color: #0e397b;
/* Tailwind (arbitrary) */
class="text-[#0e397b] bg-[#0e397b]"
/* SCSS */
$brand: #0e397b;
/* SwiftUI */
Color(red: 0.055, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#0e397b")Accessibility — WCAG contrast
Aa
#0e397b on white: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e397b on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green22.4%
Blue48.2%
CMYK percentages
Cyan88.6%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#0e397b text on a black background
contrast 1.89:1
Card sample
#0e397b text on a white background
contrast 11.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e397b;
Background color
Panel with #0e397b background
background-color: #0e397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e397b; background: linear-gradient(135deg, #0e397b, #2C0E7B);