#104fbd
a dark, electric blue · cool · closest name: royalblue
RGB
16, 79, 189
HSL
218°, 84%, 40%
CMYK
92, 58, 0, 26
Luminance
0.0938
Every format
| HEX | #104fbd |
| RGB | rgb(16, 79, 189) |
| HSL | hsl(218, 84%, 40%) |
| CMYK | cmyk(92%, 58%, 0%, 26%) |
| LAB | lab(36.7 25.0 -62.7) |
| LCH | lch(36.7 67.5 291.7) |
| OKLCH | oklch(0.463 0.184 261.1) |
Copy-ready code
/* CSS */
color: #104fbd;
background-color: #104fbd;
/* Tailwind (arbitrary) */
class="text-[#104fbd] bg-[#104fbd]"
/* SCSS */
$brand: #104fbd;
/* SwiftUI */
Color(red: 0.063, green: 0.310, blue: 0.741)
/* Android */
Color.parseColor("#104fbd")Accessibility — WCAG contrast
Aa
#104fbd on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104fbd on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.0%
Blue74.1%
CMYK percentages
Cyan91.5%
Magenta58.2%
Yellow0.0%
Key (black)25.9%
Color previews
#104fbd text on a black background
contrast 2.88:1
Card sample
#104fbd text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104fbd;
Background color
Panel with #104fbd background
background-color: #104fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 79, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 79, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104fbd; background: linear-gradient(135deg, #104fbd, #4410BD);