#103c74
a dark, electric blue · cool · closest name: midnightblue
RGB
16, 60, 116
HSL
214°, 76%, 26%
CMYK
86, 48, 0, 55
Luminance
0.0460
Every format
| HEX | #103c74 |
| RGB | rgb(16, 60, 116) |
| HSL | hsl(214, 76%, 26%) |
| CMYK | cmyk(86%, 48%, 0%, 55%) |
| LAB | lab(25.6 7.9 -36.3) |
| LCH | lch(25.6 37.2 282.3) |
| OKLCH | oklch(0.361 0.107 256.6) |
Copy-ready code
/* CSS */
color: #103c74;
background-color: #103c74;
/* Tailwind (arbitrary) */
class="text-[#103c74] bg-[#103c74]"
/* SCSS */
$brand: #103c74;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.455)
/* Android */
Color.parseColor("#103c74")Accessibility — WCAG contrast
Aa
#103c74 on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c74 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue45.5%
CMYK percentages
Cyan86.2%
Magenta48.3%
Yellow0.0%
Key (black)54.5%
Color previews
#103c74 text on a black background
contrast 1.92:1
Card sample
#103c74 text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c74;
Background color
Panel with #103c74 background
background-color: #103c74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c74; background: linear-gradient(135deg, #103c74, #271074);