#112266
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 34, 102
HSL
228°, 71%, 23%
CMYK
83, 67, 0, 60
Luminance
0.0222
Every format
| HEX | #112266 |
| RGB | rgb(17, 34, 102) |
| HSL | hsl(228, 71%, 23%) |
| CMYK | cmyk(83%, 67%, 0%, 60%) |
| LAB | lab(16.6 20.9 -41.8) |
| LCH | lch(16.6 46.8 296.5) |
| OKLCH | oklch(0.289 0.121 267.2) |
Copy-ready code
/* CSS */
color: #112266;
background-color: #112266;
/* Tailwind (arbitrary) */
class="text-[#112266] bg-[#112266]"
/* SCSS */
$brand: #112266;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.400)
/* Android */
Color.parseColor("#112266")Accessibility — WCAG contrast
Aa
#112266 on white: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112266 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue40.0%
CMYK percentages
Cyan83.3%
Magenta66.7%
Yellow0.0%
Key (black)60.0%
Color previews
#112266 text on a black background
contrast 1.44:1
Card sample
#112266 text on a white background
contrast 14.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112266;
Background color
Panel with #112266 background
background-color: #112266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112266; background: linear-gradient(135deg, #112266, #391166);