#103c77
a dark, electric blue · cool · closest name: midnightblue
RGB
16, 60, 119
HSL
214°, 76%, 27%
CMYK
87, 50, 0, 53
Luminance
0.0467
Every format
| HEX | #103c77 |
| RGB | rgb(16, 60, 119) |
| HSL | hsl(214, 76%, 27%) |
| CMYK | cmyk(87%, 50%, 0%, 53%) |
| LAB | lab(25.8 9.2 -37.9) |
| LCH | lch(25.8 39.0 283.6) |
| OKLCH | oklch(0.363 0.112 257.4) |
Copy-ready code
/* CSS */
color: #103c77;
background-color: #103c77;
/* Tailwind (arbitrary) */
class="text-[#103c77] bg-[#103c77]"
/* SCSS */
$brand: #103c77;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.467)
/* Android */
Color.parseColor("#103c77")Accessibility — WCAG contrast
Aa
#103c77 on white: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c77 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue46.7%
CMYK percentages
Cyan86.6%
Magenta49.6%
Yellow0.0%
Key (black)53.3%
Color previews
#103c77 text on a black background
contrast 1.93:1
Card sample
#103c77 text on a white background
contrast 10.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c77;
Background color
Panel with #103c77 background
background-color: #103c77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c77; background: linear-gradient(135deg, #103c77, #291077);