#004477
a deep, electric blue · cool · closest name: steelblue
RGB
0, 68, 119
HSL
206°, 100%, 23%
CMYK
100, 43, 0, 53
Luminance
0.0547
Every format
| HEX | #004477 |
| RGB | rgb(0, 68, 119) |
| HSL | hsl(206, 100%, 23%) |
| CMYK | cmyk(100%, 43%, 0%, 53%) |
| LAB | lab(28.0 2.4 -34.3) |
| LCH | lch(28.0 34.4 274.0) |
| OKLCH | oklch(0.379 0.105 249.2) |
Copy-ready code
/* CSS */
color: #004477;
background-color: #004477;
/* Tailwind (arbitrary) */
class="text-[#004477] bg-[#004477]"
/* SCSS */
$brand: #004477;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#004477")Accessibility — WCAG contrast
Aa
#004477 on white: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004477 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue46.7%
CMYK percentages
Cyan100.0%
Magenta42.9%
Yellow0.0%
Key (black)53.3%
Color previews
#004477 text on a black background
contrast 2.09:1
Card sample
#004477 text on a white background
contrast 10.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004477;
Background color
Panel with #004477 background
background-color: #004477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004477; background: linear-gradient(135deg, #004477, #0B0077);