#001b96
a dark, electric blue · warm · closest name: navy
RGB
0, 27, 150
HSL
229°, 100%, 29%
CMYK
100, 82, 0, 41
Luminance
0.0299
Every format
| HEX | #001b96 |
| RGB | rgb(0, 27, 150) |
| HSL | hsl(229, 100%, 29%) |
| CMYK | cmyk(100%, 82%, 0%, 41%) |
| LAB | lab(20.0 42.8 -66.8) |
| LCH | lch(20.0 79.3 302.7) |
| OKLCH | oklch(0.328 0.195 264.1) |
Copy-ready code
/* CSS */
color: #001b96;
background-color: #001b96;
/* Tailwind (arbitrary) */
class="text-[#001b96] bg-[#001b96]"
/* SCSS */
$brand: #001b96;
/* SwiftUI */
Color(red: 0.000, green: 0.106, blue: 0.588)
/* Android */
Color.parseColor("#001b96")Accessibility — WCAG contrast
Aa
#001b96 on white: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001b96 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green10.6%
Blue58.8%
CMYK percentages
Cyan100.0%
Magenta82.0%
Yellow0.0%
Key (black)41.2%
Color previews
#001b96 text on a black background
contrast 1.60:1
Card sample
#001b96 text on a white background
contrast 13.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001b96;
Background color
Panel with #001b96 background
background-color: #001b96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001b96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 27, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 27, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001b96; background: linear-gradient(135deg, #001b96, #490096);