#0047ab
a dark, electric blue · cool · closest name: royalblue
RGB
0, 71, 171
HSL
215°, 100%, 34%
CMYK
100, 59, 0, 33
Luminance
0.0745
Every format
| HEX | #0047ab |
| RGB | rgb(0, 71, 171) |
| HSL | hsl(215, 100%, 34%) |
| CMYK | cmyk(100%, 59%, 0%, 33%) |
| LAB | lab(32.8 22.5 -58.4) |
| LCH | lch(32.8 62.6 291.1) |
| OKLCH | oklch(0.428 0.172 259.7) |
Copy-ready code
/* CSS */
color: #0047ab;
background-color: #0047ab;
/* Tailwind (arbitrary) */
class="text-[#0047ab] bg-[#0047ab]"
/* SCSS */
$brand: #0047ab;
/* SwiftUI */
Color(red: 0.000, green: 0.278, blue: 0.671)
/* Android */
Color.parseColor("#0047ab")Accessibility — WCAG contrast
Aa
#0047ab on white: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0047ab on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green27.8%
Blue67.1%
CMYK percentages
Cyan100.0%
Magenta58.5%
Yellow0.0%
Key (black)32.9%
Color previews
#0047ab text on a black background
contrast 2.49:1
Card sample
#0047ab text on a white background
contrast 8.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0047ab;
Background color
Panel with #0047ab background
background-color: #0047ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0047ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 71, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 71, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0047ab; background: linear-gradient(135deg, #0047ab, #2B00AB);