#004499
a dark, electric blue · cool · closest name: midnightblue
RGB
0, 68, 153
HSL
213°, 100%, 30%
CMYK
100, 56, 0, 40
Luminance
0.0643
Every format
| HEX | #004499 |
| RGB | rgb(0, 68, 153) |
| HSL | hsl(213, 100%, 30%) |
| CMYK | cmyk(100%, 56%, 0%, 40%) |
| LAB | lab(30.5 17.1 -51.4) |
| LCH | lch(30.5 54.1 288.4) |
| OKLCH | oklch(0.406 0.152 258.2) |
Copy-ready code
/* CSS */
color: #004499;
background-color: #004499;
/* Tailwind (arbitrary) */
class="text-[#004499] bg-[#004499]"
/* SCSS */
$brand: #004499;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.600)
/* Android */
Color.parseColor("#004499")Accessibility — WCAG contrast
Aa
#004499 on white: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004499 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue60.0%
CMYK percentages
Cyan100.0%
Magenta55.6%
Yellow0.0%
Key (black)40.0%
Color previews
#004499 text on a black background
contrast 2.29:1
Card sample
#004499 text on a white background
contrast 9.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004499;
Background color
Panel with #004499 background
background-color: #004499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004499; background: linear-gradient(135deg, #004499, #220099);