#113b88
a dark, electric blue · cool · closest name: midnightblue
RGB
17, 59, 136
HSL
219°, 78%, 30%
CMYK
88, 57, 0, 47
Luminance
0.0502
Every format
| HEX | #113b88 |
| RGB | rgb(17, 59, 136) |
| HSL | hsl(219, 78%, 30%) |
| CMYK | cmyk(88%, 57%, 0%, 47%) |
| LAB | lab(26.8 17.2 -46.9) |
| LCH | lch(26.8 50.0 290.1) |
| OKLCH | oklch(0.375 0.137 261.3) |
Copy-ready code
/* CSS */
color: #113b88;
background-color: #113b88;
/* Tailwind (arbitrary) */
class="text-[#113b88] bg-[#113b88]"
/* SCSS */
$brand: #113b88;
/* SwiftUI */
Color(red: 0.067, green: 0.231, blue: 0.533)
/* Android */
Color.parseColor("#113b88")Accessibility — WCAG contrast
Aa
#113b88 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113b88 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green23.1%
Blue53.3%
CMYK percentages
Cyan87.5%
Magenta56.6%
Yellow0.0%
Key (black)46.7%
Color previews
#113b88 text on a black background
contrast 2.00:1
Card sample
#113b88 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113b88;
Background color
Panel with #113b88 background
background-color: #113b88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113b88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 59, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 59, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113b88; background: linear-gradient(135deg, #113b88, #361188);