#1144aa
a dark, electric blue · cool · closest name: royalblue
RGB
17, 68, 170
HSL
220°, 82%, 37%
CMYK
90, 60, 0, 33
Luminance
0.0716
Every format
| HEX | #1144aa |
| RGB | rgb(17, 68, 170) |
| HSL | hsl(220, 82%, 37%) |
| CMYK | cmyk(90%, 60%, 0%, 33%) |
| LAB | lab(32.2 24.9 -58.9) |
| LCH | lch(32.2 63.9 292.9) |
| OKLCH | oklch(0.424 0.172 262.1) |
Copy-ready code
/* CSS */
color: #1144aa;
background-color: #1144aa;
/* Tailwind (arbitrary) */
class="text-[#1144aa] bg-[#1144aa]"
/* SCSS */
$brand: #1144aa;
/* SwiftUI */
Color(red: 0.067, green: 0.267, blue: 0.667)
/* Android */
Color.parseColor("#1144aa")Accessibility — WCAG contrast
Aa
#1144aa on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1144aa on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green26.7%
Blue66.7%
CMYK percentages
Cyan90.0%
Magenta60.0%
Yellow0.0%
Key (black)33.3%
Color previews
#1144aa text on a black background
contrast 2.43:1
Card sample
#1144aa text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1144aa;
Background color
Panel with #1144aa background
background-color: #1144aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1144aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 68, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 68, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1144aa; background: linear-gradient(135deg, #1144aa, #4411AA);