#103c94
a dark, electric blue · cool · closest name: midnightblue
RGB
16, 60, 148
HSL
220°, 81%, 32%
CMYK
89, 60, 0, 42
Luminance
0.0548
Every format
| HEX | #103c94 |
| RGB | rgb(16, 60, 148) |
| HSL | hsl(220, 81%, 32%) |
| CMYK | cmyk(89%, 60%, 0%, 42%) |
| LAB | lab(28.1 21.4 -52.3) |
| LCH | lch(28.1 56.5 292.3) |
| OKLCH | oklch(0.387 0.153 262.1) |
Copy-ready code
/* CSS */
color: #103c94;
background-color: #103c94;
/* Tailwind (arbitrary) */
class="text-[#103c94] bg-[#103c94]"
/* SCSS */
$brand: #103c94;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.580)
/* Android */
Color.parseColor("#103c94")Accessibility — WCAG contrast
Aa
#103c94 on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c94 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue58.0%
CMYK percentages
Cyan89.2%
Magenta59.5%
Yellow0.0%
Key (black)42.0%
Color previews
#103c94 text on a black background
contrast 2.10:1
Card sample
#103c94 text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c94;
Background color
Panel with #103c94 background
background-color: #103c94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c94; background: linear-gradient(135deg, #103c94, #3C1094);