#103c97
a dark, electric blue · cool · closest name: midnightblue
RGB
16, 60, 151
HSL
220°, 81%, 33%
CMYK
89, 60, 0, 41
Luminance
0.0558
Every format
| HEX | #103c97 |
| RGB | rgb(16, 60, 151) |
| HSL | hsl(220, 81%, 33%) |
| CMYK | cmyk(89%, 60%, 0%, 41%) |
| LAB | lab(28.3 22.6 -53.7) |
| LCH | lch(28.3 58.3 292.8) |
| OKLCH | oklch(0.390 0.157 262.4) |
Copy-ready code
/* CSS */
color: #103c97;
background-color: #103c97;
/* Tailwind (arbitrary) */
class="text-[#103c97] bg-[#103c97]"
/* SCSS */
$brand: #103c97;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.592)
/* Android */
Color.parseColor("#103c97")Accessibility — WCAG contrast
Aa
#103c97 on white: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c97 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue59.2%
CMYK percentages
Cyan89.4%
Magenta60.3%
Yellow0.0%
Key (black)40.8%
Color previews
#103c97 text on a black background
contrast 2.12:1
Card sample
#103c97 text on a white background
contrast 9.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c97;
Background color
Panel with #103c97 background
background-color: #103c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c97; background: linear-gradient(135deg, #103c97, #3E1097);