#004480
a dark, electric blue · cool · closest name: steelblue
RGB
0, 68, 128
HSL
208°, 100%, 25%
CMYK
100, 47, 0, 50
Luminance
0.0569
Every format
| HEX | #004480 |
| RGB | rgb(0, 68, 128) |
| HSL | hsl(208, 100%, 25%) |
| CMYK | cmyk(100%, 47%, 0%, 50%) |
| LAB | lab(28.6 6.3 -39.0) |
| LCH | lch(28.6 39.5 279.2) |
| OKLCH | oklch(0.386 0.117 252.6) |
Copy-ready code
/* CSS */
color: #004480;
background-color: #004480;
/* Tailwind (arbitrary) */
class="text-[#004480] bg-[#004480]"
/* SCSS */
$brand: #004480;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.502)
/* Android */
Color.parseColor("#004480")Accessibility — WCAG contrast
Aa
#004480 on white: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004480 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue50.2%
CMYK percentages
Cyan100.0%
Magenta46.9%
Yellow0.0%
Key (black)49.8%
Color previews
#004480 text on a black background
contrast 2.14:1
Card sample
#004480 text on a white background
contrast 9.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004480;
Background color
Panel with #004480 background
background-color: #004480;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004480;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004480; background: linear-gradient(135deg, #004480, #110080);