#004792
a dark, electric blue · cool · closest name: midnightblue
RGB
0, 71, 146
HSL
211°, 100%, 29%
CMYK
100, 51, 0, 43
Luminance
0.0658
Every format
| HEX | #004792 |
| RGB | rgb(0, 71, 146) |
| HSL | hsl(211, 100%, 29%) |
| CMYK | cmyk(100%, 51%, 0%, 43%) |
| LAB | lab(30.8 12.0 -46.5) |
| LCH | lch(30.8 48.1 284.5) |
| OKLCH | oklch(0.407 0.138 255.9) |
Copy-ready code
/* CSS */
color: #004792;
background-color: #004792;
/* Tailwind (arbitrary) */
class="text-[#004792] bg-[#004792]"
/* SCSS */
$brand: #004792;
/* SwiftUI */
Color(red: 0.000, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#004792")Accessibility — WCAG contrast
Aa
#004792 on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004792 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green27.8%
Blue57.3%
CMYK percentages
Cyan100.0%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#004792 text on a black background
contrast 2.32:1
Card sample
#004792 text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004792;
Background color
Panel with #004792 background
background-color: #004792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004792; background: linear-gradient(135deg, #004792, #1A0092);