#004b93
a dark, electric blue · cool · closest name: steelblue
RGB
0, 75, 147
HSL
209°, 100%, 29%
CMYK
100, 49, 0, 42
Luminance
0.0714
Every format
| HEX | #004b93 |
| RGB | rgb(0, 75, 147) |
| HSL | hsl(209, 100%, 29%) |
| CMYK | cmyk(100%, 49%, 0%, 42%) |
| LAB | lab(32.1 9.7 -45.1) |
| LCH | lch(32.1 46.1 282.1) |
| OKLCH | oklch(0.417 0.135 254.4) |
Copy-ready code
/* CSS */
color: #004b93;
background-color: #004b93;
/* Tailwind (arbitrary) */
class="text-[#004b93] bg-[#004b93]"
/* SCSS */
$brand: #004b93;
/* SwiftUI */
Color(red: 0.000, green: 0.294, blue: 0.576)
/* Android */
Color.parseColor("#004b93")Accessibility — WCAG contrast
Aa
#004b93 on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004b93 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green29.4%
Blue57.6%
CMYK percentages
Cyan100.0%
Magenta49.0%
Yellow0.0%
Key (black)42.4%
Color previews
#004b93 text on a black background
contrast 2.43:1
Card sample
#004b93 text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004b93;
Background color
Panel with #004b93 background
background-color: #004b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 75, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 75, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004b93; background: linear-gradient(135deg, #004b93, #170093);