#112244
a deep, vivid blue · cool · closest name: black
RGB
17, 34, 68
HSL
220°, 60%, 17%
CMYK
75, 50, 0, 73
Luminance
0.0168
Every format
| HEX | #112244 |
| RGB | rgb(17, 34, 68) |
| HSL | hsl(220, 60%, 17%) |
| CMYK | cmyk(75%, 50%, 0%, 73%) |
| LAB | lab(13.7 6.3 -23.6) |
| LCH | lch(13.7 24.4 285.1) |
| OKLCH | oklch(0.258 0.068 262.6) |
Copy-ready code
/* CSS */
color: #112244;
background-color: #112244;
/* Tailwind (arbitrary) */
class="text-[#112244] bg-[#112244]"
/* SCSS */
$brand: #112244;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.267)
/* Android */
Color.parseColor("#112244")Accessibility — WCAG contrast
Aa
#112244 on white: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112244 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue26.7%
CMYK percentages
Cyan75.0%
Magenta50.0%
Yellow0.0%
Key (black)73.3%
Color previews
#112244 text on a black background
contrast 1.34:1
Card sample
#112244 text on a white background
contrast 15.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112244;
Background color
Panel with #112244 background
background-color: #112244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112244; background: linear-gradient(135deg, #112244, #221144);