#112b63
a deep, vivid blue · cool · closest name: midnightblue
RGB
17, 43, 99
HSL
221°, 71%, 23%
CMYK
83, 57, 0, 61
Luminance
0.0275
Every format
| HEX | #112b63 |
| RGB | rgb(17, 43, 99) |
| HSL | hsl(221, 71%, 23%) |
| CMYK | cmyk(83%, 57%, 0%, 61%) |
| LAB | lab(19.0 13.0 -36.0) |
| LCH | lch(19.0 38.2 289.9) |
| OKLCH | oklch(0.306 0.104 263.0) |
Copy-ready code
/* CSS */
color: #112b63;
background-color: #112b63;
/* Tailwind (arbitrary) */
class="text-[#112b63] bg-[#112b63]"
/* SCSS */
$brand: #112b63;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.388)
/* Android */
Color.parseColor("#112b63")Accessibility — WCAG contrast
Aa
#112b63 on white: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b63 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue38.8%
CMYK percentages
Cyan82.8%
Magenta56.6%
Yellow0.0%
Key (black)61.2%
Color previews
#112b63 text on a black background
contrast 1.55:1
Card sample
#112b63 text on a white background
contrast 13.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b63;
Background color
Panel with #112b63 background
background-color: #112b63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b63; background: linear-gradient(135deg, #112b63, #2E1163);