#103ad4
a dark, electric blue · warm · closest name: navy
RGB
16, 58, 212
HSL
227°, 86%, 45%
CMYK
93, 73, 0, 17
Luminance
0.0789
Every format
| HEX | #103ad4 |
| RGB | rgb(16, 58, 212) |
| HSL | hsl(227, 86%, 45%) |
| CMYK | cmyk(93%, 73%, 0%, 17%) |
| LAB | lab(33.8 47.1 -81.0) |
| LCH | lch(33.8 93.7 300.2) |
| OKLCH | oklch(0.448 0.236 264.8) |
Copy-ready code
/* CSS */
color: #103ad4;
background-color: #103ad4;
/* Tailwind (arbitrary) */
class="text-[#103ad4] bg-[#103ad4]"
/* SCSS */
$brand: #103ad4;
/* SwiftUI */
Color(red: 0.063, green: 0.227, blue: 0.831)
/* Android */
Color.parseColor("#103ad4")Accessibility — WCAG contrast
Aa
#103ad4 on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103ad4 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green22.7%
Blue83.1%
CMYK percentages
Cyan92.5%
Magenta72.6%
Yellow0.0%
Key (black)16.9%
Color previews
#103ad4 text on a black background
contrast 2.58:1
Card sample
#103ad4 text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103ad4;
Background color
Panel with #103ad4 background
background-color: #103ad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103ad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 58, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 58, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103ad4; background: linear-gradient(135deg, #103ad4, #6910D4);