#111755
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 23, 85
HSL
235°, 67%, 20%
CMYK
80, 73, 0, 67
Luminance
0.0139
Every format
| HEX | #111755 |
| RGB | rgb(17, 23, 85) |
| HSL | hsl(235, 67%, 20%) |
| CMYK | cmyk(80%, 73%, 0%, 67%) |
| LAB | lab(11.9 21.8 -38.2) |
| LCH | lch(11.9 44.0 299.7) |
| OKLCH | oklch(0.249 0.111 271.2) |
Copy-ready code
/* CSS */
color: #111755;
background-color: #111755;
/* Tailwind (arbitrary) */
class="text-[#111755] bg-[#111755]"
/* SCSS */
$brand: #111755;
/* SwiftUI */
Color(red: 0.067, green: 0.090, blue: 0.333)
/* Android */
Color.parseColor("#111755")Accessibility — WCAG contrast
Aa
#111755 on white: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111755 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green9.0%
Blue33.3%
CMYK percentages
Cyan80.0%
Magenta72.9%
Yellow0.0%
Key (black)66.7%
Color previews
#111755 text on a black background
contrast 1.28:1
Card sample
#111755 text on a white background
contrast 16.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111755;
Background color
Panel with #111755 background
background-color: #111755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 23, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 23, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111755; background: linear-gradient(135deg, #111755, #381155);