#112b66
a deep, vivid blue · cool · closest name: midnightblue
RGB
17, 43, 102
HSL
222°, 71%, 23%
CMYK
83, 58, 0, 60
Luminance
0.0281
Every format
| HEX | #112b66 |
| RGB | rgb(17, 43, 102) |
| HSL | hsl(222, 71%, 23%) |
| CMYK | cmyk(83%, 58%, 0%, 60%) |
| LAB | lab(19.3 14.3 -37.5) |
| LCH | lch(19.3 40.1 290.9) |
| OKLCH | oklch(0.309 0.109 263.4) |
Copy-ready code
/* CSS */
color: #112b66;
background-color: #112b66;
/* Tailwind (arbitrary) */
class="text-[#112b66] bg-[#112b66]"
/* SCSS */
$brand: #112b66;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.400)
/* Android */
Color.parseColor("#112b66")Accessibility — WCAG contrast
Aa
#112b66 on white: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b66 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue40.0%
CMYK percentages
Cyan83.3%
Magenta57.8%
Yellow0.0%
Key (black)60.0%
Color previews
#112b66 text on a black background
contrast 1.56:1
Card sample
#112b66 text on a white background
contrast 13.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b66;
Background color
Panel with #112b66 background
background-color: #112b66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b66; background: linear-gradient(135deg, #112b66, #301166);