#111a4d
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 26, 77
HSL
231°, 64%, 18%
CMYK
78, 66, 0, 70
Luminance
0.0139
Every format
| HEX | #111a4d |
| RGB | rgb(17, 26, 77) |
| HSL | hsl(231, 64%, 18%) |
| CMYK | cmyk(78%, 66%, 0%, 70%) |
| LAB | lab(11.9 16.3 -32.7) |
| LCH | lch(11.9 36.5 296.5) |
| OKLCH | oklch(0.247 0.094 270.3) |
Copy-ready code
/* CSS */
color: #111a4d;
background-color: #111a4d;
/* Tailwind (arbitrary) */
class="text-[#111a4d] bg-[#111a4d]"
/* SCSS */
$brand: #111a4d;
/* SwiftUI */
Color(red: 0.067, green: 0.102, blue: 0.302)
/* Android */
Color.parseColor("#111a4d")Accessibility — WCAG contrast
Aa
#111a4d on white: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111a4d on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green10.2%
Blue30.2%
CMYK percentages
Cyan77.9%
Magenta66.2%
Yellow0.0%
Key (black)69.8%
Color previews
#111a4d text on a black background
contrast 1.28:1
Card sample
#111a4d text on a white background
contrast 16.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111a4d;
Background color
Panel with #111a4d background
background-color: #111a4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111a4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 26, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 26, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111a4d; background: linear-gradient(135deg, #111a4d, #30114D);