#103c5e
a deep, vivid blue · cool · closest name: darkslategray
RGB
16, 60, 94
HSL
206°, 71%, 22%
CMYK
83, 36, 0, 63
Luminance
0.0415
Every format
| HEX | #103c5e |
| RGB | rgb(16, 60, 94) |
| HSL | hsl(206, 71%, 22%) |
| CMYK | cmyk(83%, 36%, 0%, 63%) |
| LAB | lab(24.2 -1.4 -24.4) |
| LCH | lch(24.2 24.5 266.7) |
| OKLCH | oklch(0.345 0.076 246.2) |
Copy-ready code
/* CSS */
color: #103c5e;
background-color: #103c5e;
/* Tailwind (arbitrary) */
class="text-[#103c5e] bg-[#103c5e]"
/* SCSS */
$brand: #103c5e;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.369)
/* Android */
Color.parseColor("#103c5e")Accessibility — WCAG contrast
Aa
#103c5e on white: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c5e on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue36.9%
CMYK percentages
Cyan83.0%
Magenta36.2%
Yellow0.0%
Key (black)63.1%
Color previews
#103c5e text on a black background
contrast 1.83:1
Card sample
#103c5e text on a white background
contrast 11.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c5e;
Background color
Panel with #103c5e background
background-color: #103c5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c5e; background: linear-gradient(135deg, #103c5e, #18105E);