#004ac6
a dark, electric blue · cool · closest name: royalblue
RGB
0, 74, 198
HSL
218°, 100%, 39%
CMYK
100, 63, 0, 22
Luminance
0.0897
Every format
| HEX | #004ac6 |
| RGB | rgb(0, 74, 198) |
| HSL | hsl(218, 100%, 39%) |
| CMYK | cmyk(100%, 63%, 0%, 22%) |
| LAB | lab(35.9 31.4 -69.2) |
| LCH | lch(35.9 76.0 294.4) |
| OKLCH | oklch(0.459 0.203 261.4) |
Copy-ready code
/* CSS */
color: #004ac6;
background-color: #004ac6;
/* Tailwind (arbitrary) */
class="text-[#004ac6] bg-[#004ac6]"
/* SCSS */
$brand: #004ac6;
/* SwiftUI */
Color(red: 0.000, green: 0.290, blue: 0.776)
/* Android */
Color.parseColor("#004ac6")Accessibility — WCAG contrast
Aa
#004ac6 on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#004ac6 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green29.0%
Blue77.6%
CMYK percentages
Cyan100.0%
Magenta62.6%
Yellow0.0%
Key (black)22.4%
Color previews
#004ac6 text on a black background
contrast 2.79:1
Card sample
#004ac6 text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #004ac6;
Background color
Panel with #004ac6 background
background-color: #004ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #004ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 74, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 74, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #004ac6; background: linear-gradient(135deg, #004ac6, #3A00C6);