#000eab
a dark, electric blue · warm · closest name: navy
RGB
0, 14, 171
HSL
235°, 100%, 34%
CMYK
100, 92, 0, 33
Luminance
0.0325
Every format
| HEX | #000eab |
| RGB | rgb(0, 14, 171) |
| HSL | hsl(235, 100%, 34%) |
| CMYK | cmyk(100%, 92%, 0%, 33%) |
| LAB | lab(21.0 54.9 -77.9) |
| LCH | lch(21.0 95.3 305.2) |
| OKLCH | oklch(0.343 0.227 264.2) |
Copy-ready code
/* CSS */
color: #000eab;
background-color: #000eab;
/* Tailwind (arbitrary) */
class="text-[#000eab] bg-[#000eab]"
/* SCSS */
$brand: #000eab;
/* SwiftUI */
Color(red: 0.000, green: 0.055, blue: 0.671)
/* Android */
Color.parseColor("#000eab")Accessibility — WCAG contrast
Aa
#000eab on white: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000eab on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green5.5%
Blue67.1%
CMYK percentages
Cyan100.0%
Magenta91.8%
Yellow0.0%
Key (black)32.9%
Color previews
#000eab text on a black background
contrast 1.65:1
Card sample
#000eab text on a white background
contrast 12.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000eab;
Background color
Panel with #000eab background
background-color: #000eab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000eab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 14, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 14, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000eab; background: linear-gradient(135deg, #000eab, #6400AB);