#0044b1
a dark, electric blue · cool · closest name: royalblue
RGB
0, 68, 177
HSL
217°, 100%, 35%
CMYK
100, 62, 0, 31
Luminance
0.0731
Every format
| HEX | #0044b1 |
| RGB | rgb(0, 68, 177) |
| HSL | hsl(217, 100%, 35%) |
| CMYK | cmyk(100%, 62%, 0%, 31%) |
| LAB | lab(32.5 27.0 -62.5) |
| LCH | lch(32.5 68.1 293.4) |
| OKLCH | oklch(0.428 0.183 260.9) |
Copy-ready code
/* CSS */
color: #0044b1;
background-color: #0044b1;
/* Tailwind (arbitrary) */
class="text-[#0044b1] bg-[#0044b1]"
/* SCSS */
$brand: #0044b1;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.694)
/* Android */
Color.parseColor("#0044b1")Accessibility — WCAG contrast
Aa
#0044b1 on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0044b1 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue69.4%
CMYK percentages
Cyan100.0%
Magenta61.6%
Yellow0.0%
Key (black)30.6%
Color previews
#0044b1 text on a black background
contrast 2.46:1
Card sample
#0044b1 text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0044b1;
Background color
Panel with #0044b1 background
background-color: #0044b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0044b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0044b1; background: linear-gradient(135deg, #0044b1, #3200B1);