#112166
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 33, 102
HSL
229°, 71%, 23%
CMYK
83, 68, 0, 60
Luminance
0.0217
Every format
| HEX | #112166 |
| RGB | rgb(17, 33, 102) |
| HSL | hsl(229, 71%, 23%) |
| CMYK | cmyk(83%, 68%, 0%, 60%) |
| LAB | lab(16.3 21.6 -42.3) |
| LCH | lch(16.3 47.5 297.1) |
| OKLCH | oklch(0.287 0.122 267.5) |
Copy-ready code
/* CSS */
color: #112166;
background-color: #112166;
/* Tailwind (arbitrary) */
class="text-[#112166] bg-[#112166]"
/* SCSS */
$brand: #112166;
/* SwiftUI */
Color(red: 0.067, green: 0.129, blue: 0.400)
/* Android */
Color.parseColor("#112166")Accessibility — WCAG contrast
Aa
#112166 on white: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112166 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green12.9%
Blue40.0%
CMYK percentages
Cyan83.3%
Magenta67.6%
Yellow0.0%
Key (black)60.0%
Color previews
#112166 text on a black background
contrast 1.43:1
Card sample
#112166 text on a white background
contrast 14.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112166;
Background color
Panel with #112166 background
background-color: #112166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 33, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 33, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112166; background: linear-gradient(135deg, #112166, #3A1166);