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