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