#103abc
a dark, electric blue · warm · closest name: slateblue
RGB
16, 58, 188
HSL
225°, 84%, 40%
CMYK
92, 69, 0, 26
Luminance
0.0677
Every format
| HEX | #103abc |
| RGB | rgb(16, 58, 188) |
| HSL | hsl(225, 84%, 40%) |
| CMYK | cmyk(92%, 69%, 0%, 26%) |
| LAB | lab(31.3 38.4 -71.0) |
| LCH | lch(31.3 80.8 298.4) |
| OKLCH | oklch(0.422 0.207 264.5) |
Copy-ready code
/* CSS */
color: #103abc;
background-color: #103abc;
/* Tailwind (arbitrary) */
class="text-[#103abc] bg-[#103abc]"
/* SCSS */
$brand: #103abc;
/* SwiftUI */
Color(red: 0.063, green: 0.227, blue: 0.737)
/* Android */
Color.parseColor("#103abc")Accessibility — WCAG contrast
Aa
#103abc on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103abc on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green22.7%
Blue73.7%
CMYK percentages
Cyan91.5%
Magenta69.1%
Yellow0.0%
Key (black)26.3%
Color previews
#103abc text on a black background
contrast 2.35:1
Card sample
#103abc text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103abc;
Background color
Panel with #103abc background
background-color: #103abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 58, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 58, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103abc; background: linear-gradient(135deg, #103abc, #5910BC);