#103c75
a dark, electric blue · cool · closest name: midnightblue
RGB
16, 60, 117
HSL
214°, 76%, 26%
CMYK
86, 49, 0, 54
Luminance
0.0463
Every format
| HEX | #103c75 |
| RGB | rgb(16, 60, 117) |
| HSL | hsl(214, 76%, 26%) |
| CMYK | cmyk(86%, 49%, 0%, 54%) |
| LAB | lab(25.6 8.3 -36.9) |
| LCH | lch(25.6 37.8 282.8) |
| OKLCH | oklch(0.361 0.109 256.9) |
Copy-ready code
/* CSS */
color: #103c75;
background-color: #103c75;
/* Tailwind (arbitrary) */
class="text-[#103c75] bg-[#103c75]"
/* SCSS */
$brand: #103c75;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.459)
/* Android */
Color.parseColor("#103c75")Accessibility — WCAG contrast
Aa
#103c75 on white: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c75 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue45.9%
CMYK percentages
Cyan86.3%
Magenta48.7%
Yellow0.0%
Key (black)54.1%
Color previews
#103c75 text on a black background
contrast 1.93:1
Card sample
#103c75 text on a white background
contrast 10.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c75;
Background color
Panel with #103c75 background
background-color: #103c75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c75; background: linear-gradient(135deg, #103c75, #271075);