#112288
a dark, electric blue · warm · closest name: midnightblue
RGB
17, 34, 136
HSL
231°, 78%, 30%
CMYK
88, 75, 0, 47
Luminance
0.0304
Every format
| HEX | #112288 |
| RGB | rgb(17, 34, 136) |
| HSL | hsl(231, 78%, 30%) |
| CMYK | cmyk(88%, 75%, 0%, 47%) |
| LAB | lab(20.2 34.3 -57.7) |
| LCH | lch(20.2 67.1 300.7) |
| OKLCH | oklch(0.326 0.168 267.1) |
Copy-ready code
/* CSS */
color: #112288;
background-color: #112288;
/* Tailwind (arbitrary) */
class="text-[#112288] bg-[#112288]"
/* SCSS */
$brand: #112288;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.533)
/* Android */
Color.parseColor("#112288")Accessibility — WCAG contrast
Aa
#112288 on white: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112288 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue53.3%
CMYK percentages
Cyan87.5%
Magenta75.0%
Yellow0.0%
Key (black)46.7%
Color previews
#112288 text on a black background
contrast 1.61:1
Card sample
#112288 text on a white background
contrast 13.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112288;
Background color
Panel with #112288 background
background-color: #112288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112288; background: linear-gradient(135deg, #112288, #4F1188);