#1122aa
a dark, electric blue · warm · closest name: navy
RGB
17, 34, 170
HSL
233°, 82%, 37%
CMYK
90, 80, 0, 33
Luminance
0.0417
Every format
| HEX | #1122aa |
| RGB | rgb(17, 34, 170) |
| HSL | hsl(233, 82%, 37%) |
| CMYK | cmyk(90%, 80%, 0%, 33%) |
| LAB | lab(24.2 46.3 -72.0) |
| LCH | lch(24.2 85.6 302.8) |
| OKLCH | oklch(0.366 0.209 266.5) |
Copy-ready code
/* CSS */
color: #1122aa;
background-color: #1122aa;
/* Tailwind (arbitrary) */
class="text-[#1122aa] bg-[#1122aa]"
/* SCSS */
$brand: #1122aa;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.667)
/* Android */
Color.parseColor("#1122aa")Accessibility — WCAG contrast
Aa
#1122aa on white: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1122aa on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue66.7%
CMYK percentages
Cyan90.0%
Magenta80.0%
Yellow0.0%
Key (black)33.3%
Color previews
#1122aa text on a black background
contrast 1.83:1
Card sample
#1122aa text on a white background
contrast 11.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1122aa;
Background color
Panel with #1122aa background
background-color: #1122aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1122aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1122aa; background: linear-gradient(135deg, #1122aa, #6611AA);