#103c84
a dark, electric blue · cool · closest name: midnightblue
RGB
16, 60, 132
HSL
217°, 78%, 29%
CMYK
88, 55, 0, 48
Luminance
0.0501
Every format
| HEX | #103c84 |
| RGB | rgb(16, 60, 132) |
| HSL | hsl(217, 78%, 29%) |
| CMYK | cmyk(88%, 55%, 0%, 48%) |
| LAB | lab(26.8 14.7 -44.5) |
| LCH | lch(26.8 46.9 288.3) |
| OKLCH | oklch(0.373 0.130 260.1) |
Copy-ready code
/* CSS */
color: #103c84;
background-color: #103c84;
/* Tailwind (arbitrary) */
class="text-[#103c84] bg-[#103c84]"
/* SCSS */
$brand: #103c84;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.518)
/* Android */
Color.parseColor("#103c84")Accessibility — WCAG contrast
Aa
#103c84 on white: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c84 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue51.8%
CMYK percentages
Cyan87.9%
Magenta54.5%
Yellow0.0%
Key (black)48.2%
Color previews
#103c84 text on a black background
contrast 2.00:1
Card sample
#103c84 text on a white background
contrast 10.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c84;
Background color
Panel with #103c84 background
background-color: #103c84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c84; background: linear-gradient(135deg, #103c84, #311084);