#112b65
a deep, vivid blue · cool · closest name: midnightblue
RGB
17, 43, 101
HSL
221°, 71%, 23%
CMYK
83, 57, 0, 60
Luminance
0.0279
Every format
| HEX | #112b65 |
| RGB | rgb(17, 43, 101) |
| HSL | hsl(221, 71%, 23%) |
| CMYK | cmyk(83%, 57%, 0%, 60%) |
| LAB | lab(19.2 13.9 -37.0) |
| LCH | lch(19.2 39.5 290.5) |
| OKLCH | oklch(0.308 0.107 263.3) |
Copy-ready code
/* CSS */
color: #112b65;
background-color: #112b65;
/* Tailwind (arbitrary) */
class="text-[#112b65] bg-[#112b65]"
/* SCSS */
$brand: #112b65;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.396)
/* Android */
Color.parseColor("#112b65")Accessibility — WCAG contrast
Aa
#112b65 on white: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b65 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue39.6%
CMYK percentages
Cyan83.2%
Magenta57.4%
Yellow0.0%
Key (black)60.4%
Color previews
#112b65 text on a black background
contrast 1.56:1
Card sample
#112b65 text on a white background
contrast 13.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b65;
Background color
Panel with #112b65 background
background-color: #112b65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b65; background: linear-gradient(135deg, #112b65, #2F1165);