#00409a
a dark, electric blue · cool · closest name: midnightblue
RGB
0, 64, 154
HSL
215°, 100%, 30%
CMYK
100, 58, 0, 40
Luminance
0.0600
Every format
| HEX | #00409a |
| RGB | rgb(0, 64, 154) |
| HSL | hsl(215, 100%, 30%) |
| CMYK | cmyk(100%, 58%, 0%, 40%) |
| LAB | lab(29.4 20.3 -53.7) |
| LCH | lch(29.4 57.4 290.7) |
| OKLCH | oklch(0.398 0.158 259.5) |
Copy-ready code
/* CSS */
color: #00409a;
background-color: #00409a;
/* Tailwind (arbitrary) */
class="text-[#00409a] bg-[#00409a]"
/* SCSS */
$brand: #00409a;
/* SwiftUI */
Color(red: 0.000, green: 0.251, blue: 0.604)
/* Android */
Color.parseColor("#00409a")Accessibility — WCAG contrast
Aa
#00409a on white: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00409a on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green25.1%
Blue60.4%
CMYK percentages
Cyan100.0%
Magenta58.4%
Yellow0.0%
Key (black)39.6%
Color previews
#00409a text on a black background
contrast 2.20:1
Card sample
#00409a text on a white background
contrast 9.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00409a;
Background color
Panel with #00409a background
background-color: #00409a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00409a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 64, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 64, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00409a; background: linear-gradient(135deg, #00409a, #27009A);