#111144
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 17, 68
HSL
240°, 60%, 17%
CMYK
75, 75, 0, 73
Luminance
0.0094
Every format
| HEX | #111144 |
| RGB | rgb(17, 17, 68) |
| HSL | hsl(240, 60%, 17%) |
| CMYK | cmyk(75%, 75%, 0%, 73%) |
| LAB | lab(8.5 19.3 -32.1) |
| LCH | lch(8.5 37.4 301.0) |
| OKLCH | oklch(0.219 0.093 275.5) |
Copy-ready code
/* CSS */
color: #111144;
background-color: #111144;
/* Tailwind (arbitrary) */
class="text-[#111144] bg-[#111144]"
/* SCSS */
$brand: #111144;
/* SwiftUI */
Color(red: 0.067, green: 0.067, blue: 0.267)
/* Android */
Color.parseColor("#111144")Accessibility — WCAG contrast
Aa
#111144 on white: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111144 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green6.7%
Blue26.7%
CMYK percentages
Cyan75.0%
Magenta75.0%
Yellow0.0%
Key (black)73.3%
Color previews
#111144 text on a black background
contrast 1.19:1
Card sample
#111144 text on a white background
contrast 17.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111144;
Background color
Panel with #111144 background
background-color: #111144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 17, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 17, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111144; background: linear-gradient(135deg, #111144, #331144);