#000e4b
a deep, electric blue · warm · closest name: midnightblue
RGB
0, 14, 75
HSL
229°, 100%, 15%
CMYK
100, 81, 0, 71
Luminance
0.0082
Every format
| HEX | #000e4b |
| RGB | rgb(0, 14, 75) |
| HSL | hsl(229, 100%, 15%) |
| CMYK | cmyk(100%, 81%, 0%, 71%) |
| LAB | lab(7.4 22.4 -38.7) |
| LCH | lch(7.4 44.7 300.0) |
| OKLCH | oklch(0.211 0.113 263.6) |
Copy-ready code
/* CSS */
color: #000e4b;
background-color: #000e4b;
/* Tailwind (arbitrary) */
class="text-[#000e4b] bg-[#000e4b]"
/* SCSS */
$brand: #000e4b;
/* SwiftUI */
Color(red: 0.000, green: 0.055, blue: 0.294)
/* Android */
Color.parseColor("#000e4b")Accessibility — WCAG contrast
Aa
#000e4b on white: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000e4b on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green5.5%
Blue29.4%
CMYK percentages
Cyan100.0%
Magenta81.3%
Yellow0.0%
Key (black)70.6%
Color previews
#000e4b text on a black background
contrast 1.16:1
Card sample
#000e4b text on a white background
contrast 18.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000e4b;
Background color
Panel with #000e4b background
background-color: #000e4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000e4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 14, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 14, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000e4b; background: linear-gradient(135deg, #000e4b, #24004B);