#001e77
a deep, electric blue · cool · closest name: midnightblue
RGB
0, 30, 119
HSL
225°, 100%, 23%
CMYK
100, 75, 0, 53
Luminance
0.0226
Every format
| HEX | #001e77 |
| RGB | rgb(0, 30, 119) |
| HSL | hsl(225, 100%, 23%) |
| CMYK | cmyk(100%, 75%, 0%, 53%) |
| LAB | lab(16.8 29.5 -52.6) |
| LCH | lch(16.8 60.3 299.3) |
| OKLCH | oklch(0.294 0.154 263.3) |
Copy-ready code
/* CSS */
color: #001e77;
background-color: #001e77;
/* Tailwind (arbitrary) */
class="text-[#001e77] bg-[#001e77]"
/* SCSS */
$brand: #001e77;
/* SwiftUI */
Color(red: 0.000, green: 0.118, blue: 0.467)
/* Android */
Color.parseColor("#001e77")Accessibility — WCAG contrast
Aa
#001e77 on white: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001e77 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green11.8%
Blue46.7%
CMYK percentages
Cyan100.0%
Magenta74.8%
Yellow0.0%
Key (black)53.3%
Color previews
#001e77 text on a black background
contrast 1.45:1
Card sample
#001e77 text on a white background
contrast 14.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001e77;
Background color
Panel with #001e77 background
background-color: #001e77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001e77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 30, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 30, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001e77; background: linear-gradient(135deg, #001e77, #310077);