#1122cc
a dark, electric blue · warm · closest name: navy
RGB
17, 34, 204
HSL
235°, 85%, 43%
CMYK
92, 83, 0, 20
Luminance
0.0562
Every format
| HEX | #1122cc |
| RGB | rgb(17, 34, 204) |
| HSL | hsl(235, 85%, 43%) |
| CMYK | cmyk(92%, 83%, 0%, 20%) |
| LAB | lab(28.4 57.2 -85.1) |
| LCH | lch(28.4 102.5 303.9) |
| OKLCH | oklch(0.408 0.247 265.9) |
Copy-ready code
/* CSS */
color: #1122cc;
background-color: #1122cc;
/* Tailwind (arbitrary) */
class="text-[#1122cc] bg-[#1122cc]"
/* SCSS */
$brand: #1122cc;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.800)
/* Android */
Color.parseColor("#1122cc")Accessibility — WCAG contrast
Aa
#1122cc on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1122cc on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue80.0%
CMYK percentages
Cyan91.7%
Magenta83.3%
Yellow0.0%
Key (black)20.0%
Color previews
#1122cc text on a black background
contrast 2.12:1
Card sample
#1122cc text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1122cc;
Background color
Panel with #1122cc background
background-color: #1122cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1122cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1122cc; background: linear-gradient(135deg, #1122cc, #7C11CC);