#1069e9
a balanced, electric blue · cool · closest name: royalblue
RGB
16, 105, 233
HSL
215°, 87%, 49%
CMYK
93, 55, 0, 9
Luminance
0.1610
Every format
| HEX | #1069e9 |
| RGB | rgb(16, 105, 233) |
| HSL | hsl(215, 87%, 49%) |
| CMYK | cmyk(93%, 55%, 0%, 9%) |
| LAB | lab(47.1 25.3 -71.0) |
| LCH | lch(47.1 75.4 289.6) |
| OKLCH | oklch(0.552 0.209 259.5) |
Copy-ready code
/* CSS */
color: #1069e9;
background-color: #1069e9;
/* Tailwind (arbitrary) */
class="text-[#1069e9] bg-[#1069e9]"
/* SCSS */
$brand: #1069e9;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.914)
/* Android */
Color.parseColor("#1069e9")Accessibility — WCAG contrast
Aa
#1069e9 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069e9 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue91.4%
CMYK percentages
Cyan93.1%
Magenta54.9%
Yellow0.0%
Key (black)8.6%
Color previews
#1069e9 text on a black background
contrast 4.22:1
Card sample
#1069e9 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069e9;
Background color
Panel with #1069e9 background
background-color: #1069e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069e9; background: linear-gradient(135deg, #1069e9, #4810E9);