#112366
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 35, 102
HSL
227°, 71%, 23%
CMYK
83, 66, 0, 60
Luminance
0.0228
Every format
| HEX | #112366 |
| RGB | rgb(17, 35, 102) |
| HSL | hsl(227, 71%, 23%) |
| CMYK | cmyk(83%, 66%, 0%, 60%) |
| LAB | lab(16.9 20.2 -41.4) |
| LCH | lch(16.9 46.0 296.0) |
| OKLCH | oklch(0.291 0.120 266.8) |
Copy-ready code
/* CSS */
color: #112366;
background-color: #112366;
/* Tailwind (arbitrary) */
class="text-[#112366] bg-[#112366]"
/* SCSS */
$brand: #112366;
/* SwiftUI */
Color(red: 0.067, green: 0.137, blue: 0.400)
/* Android */
Color.parseColor("#112366")Accessibility — WCAG contrast
Aa
#112366 on white: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112366 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.7%
Blue40.0%
CMYK percentages
Cyan83.3%
Magenta65.7%
Yellow0.0%
Key (black)60.0%
Color previews
#112366 text on a black background
contrast 1.46:1
Card sample
#112366 text on a white background
contrast 14.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112366;
Background color
Panel with #112366 background
background-color: #112366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 35, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 35, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112366; background: linear-gradient(135deg, #112366, #381166);