#112b60
a deep, vivid blue · cool · closest name: midnightblue
RGB
17, 43, 96
HSL
220°, 70%, 22%
CMYK
82, 55, 0, 62
Luminance
0.0269
Every format
| HEX | #112b60 |
| RGB | rgb(17, 43, 96) |
| HSL | hsl(220, 70%, 22%) |
| CMYK | cmyk(82%, 55%, 0%, 62%) |
| LAB | lab(18.8 11.7 -34.4) |
| LCH | lch(18.8 36.3 288.8) |
| OKLCH | oklch(0.304 0.100 262.4) |
Copy-ready code
/* CSS */
color: #112b60;
background-color: #112b60;
/* Tailwind (arbitrary) */
class="text-[#112b60] bg-[#112b60]"
/* SCSS */
$brand: #112b60;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.376)
/* Android */
Color.parseColor("#112b60")Accessibility — WCAG contrast
Aa
#112b60 on white: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b60 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue37.6%
CMYK percentages
Cyan82.3%
Magenta55.2%
Yellow0.0%
Key (black)62.4%
Color previews
#112b60 text on a black background
contrast 1.54:1
Card sample
#112b60 text on a white background
contrast 13.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b60;
Background color
Panel with #112b60 background
background-color: #112b60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b60; background: linear-gradient(135deg, #112b60, #2C1160);