#112593
a dark, electric blue · warm · closest name: midnightblue
RGB
17, 37, 147
HSL
231°, 79%, 32%
CMYK
88, 75, 0, 42
Luminance
0.0355
Every format
| HEX | #112593 |
| RGB | rgb(17, 37, 147) |
| HSL | hsl(231, 79%, 32%) |
| CMYK | cmyk(88%, 75%, 0%, 42%) |
| LAB | lab(22.1 36.5 -61.4) |
| LCH | lch(22.1 71.4 300.7) |
| OKLCH | oklch(0.344 0.178 266.6) |
Copy-ready code
/* CSS */
color: #112593;
background-color: #112593;
/* Tailwind (arbitrary) */
class="text-[#112593] bg-[#112593]"
/* SCSS */
$brand: #112593;
/* SwiftUI */
Color(red: 0.067, green: 0.145, blue: 0.576)
/* Android */
Color.parseColor("#112593")Accessibility — WCAG contrast
Aa
#112593 on white: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112593 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green14.5%
Blue57.6%
CMYK percentages
Cyan88.4%
Magenta74.8%
Yellow0.0%
Key (black)42.4%
Color previews
#112593 text on a black background
contrast 1.71:1
Card sample
#112593 text on a white background
contrast 12.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112593;
Background color
Panel with #112593 background
background-color: #112593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 37, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 37, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112593; background: linear-gradient(135deg, #112593, #541193);