#113377
a dark, electric blue · cool · closest name: midnightblue
RGB
17, 51, 119
HSL
220°, 75%, 27%
CMYK
86, 57, 0, 53
Luminance
0.0382
Every format
| HEX | #113377 |
| RGB | rgb(17, 51, 119) |
| HSL | hsl(220, 75%, 27%) |
| CMYK | cmyk(86%, 57%, 0%, 53%) |
| LAB | lab(23.1 15.7 -42.3) |
| LCH | lch(23.1 45.1 290.4) |
| OKLCH | oklch(0.342 0.123 262.1) |
Copy-ready code
/* CSS */
color: #113377;
background-color: #113377;
/* Tailwind (arbitrary) */
class="text-[#113377] bg-[#113377]"
/* SCSS */
$brand: #113377;
/* SwiftUI */
Color(red: 0.067, green: 0.200, blue: 0.467)
/* Android */
Color.parseColor("#113377")Accessibility — WCAG contrast
Aa
#113377 on white: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113377 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green20.0%
Blue46.7%
CMYK percentages
Cyan85.7%
Magenta57.1%
Yellow0.0%
Key (black)53.3%
Color previews
#113377 text on a black background
contrast 1.76:1
Card sample
#113377 text on a white background
contrast 11.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113377;
Background color
Panel with #113377 background
background-color: #113377;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113377;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 51, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 51, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113377; background: linear-gradient(135deg, #113377, #331177);