#001089
a dark, electric blue · warm · closest name: navy
RGB
0, 16, 137
HSL
233°, 100%, 27%
CMYK
100, 88, 0, 46
Luminance
0.0218
Every format
| HEX | #001089 |
| RGB | rgb(0, 16, 137) |
| HSL | hsl(233, 100%, 27%) |
| CMYK | cmyk(100%, 88%, 0%, 46%) |
| LAB | lab(16.4 43.9 -64.7) |
| LCH | lch(16.4 78.2 304.2) |
| OKLCH | oklch(0.298 0.188 264.2) |
Copy-ready code
/* CSS */
color: #001089;
background-color: #001089;
/* Tailwind (arbitrary) */
class="text-[#001089] bg-[#001089]"
/* SCSS */
$brand: #001089;
/* SwiftUI */
Color(red: 0.000, green: 0.063, blue: 0.537)
/* Android */
Color.parseColor("#001089")Accessibility — WCAG contrast
Aa
#001089 on white: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001089 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.3%
Blue53.7%
CMYK percentages
Cyan100.0%
Magenta88.3%
Yellow0.0%
Key (black)46.3%
Color previews
#001089 text on a black background
contrast 1.44:1
Card sample
#001089 text on a white background
contrast 14.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001089;
Background color
Panel with #001089 background
background-color: #001089;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001089;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 16, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 16, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001089; background: linear-gradient(135deg, #001089, #4B0089);