#104fdf
a balanced, electric blue · cool · closest name: royalblue
RGB
16, 79, 223
HSL
222°, 87%, 47%
CMYK
93, 65, 0, 13
Luminance
0.1103
Every format
| HEX | #104fdf |
| RGB | rgb(16, 79, 223) |
| HSL | hsl(222, 87%, 47%) |
| CMYK | cmyk(93%, 65%, 0%, 13%) |
| LAB | lab(39.6 38.2 -77.6) |
| LCH | lch(39.6 86.5 296.2) |
| OKLCH | oklch(0.494 0.227 263.1) |
Copy-ready code
/* CSS */
color: #104fdf;
background-color: #104fdf;
/* Tailwind (arbitrary) */
class="text-[#104fdf] bg-[#104fdf]"
/* SCSS */
$brand: #104fdf;
/* SwiftUI */
Color(red: 0.063, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#104fdf")Accessibility — WCAG contrast
Aa
#104fdf on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#104fdf on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.0%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#104fdf text on a black background
contrast 3.21:1
Card sample
#104fdf text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104fdf;
Background color
Panel with #104fdf background
background-color: #104fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104fdf; background: linear-gradient(135deg, #104fdf, #5B10DF);