#1069e7
a balanced, electric blue · cool · closest name: royalblue
RGB
16, 105, 231
HSL
215°, 87%, 48%
CMYK
93, 55, 0, 9
Luminance
0.1598
Every format
| HEX | #1069e7 |
| RGB | rgb(16, 105, 231) |
| HSL | hsl(215, 87%, 48%) |
| CMYK | cmyk(93%, 55%, 0%, 9%) |
| LAB | lab(47.0 24.5 -70.1) |
| LCH | lch(47.0 74.3 289.2) |
| OKLCH | oklch(0.551 0.206 259.3) |
Copy-ready code
/* CSS */
color: #1069e7;
background-color: #1069e7;
/* Tailwind (arbitrary) */
class="text-[#1069e7] bg-[#1069e7]"
/* SCSS */
$brand: #1069e7;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.906)
/* Android */
Color.parseColor("#1069e7")Accessibility — WCAG contrast
Aa
#1069e7 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069e7 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue90.6%
CMYK percentages
Cyan93.1%
Magenta54.5%
Yellow0.0%
Key (black)9.4%
Color previews
#1069e7 text on a black background
contrast 4.20:1
Card sample
#1069e7 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069e7;
Background color
Panel with #1069e7 background
background-color: #1069e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069e7; background: linear-gradient(135deg, #1069e7, #4610E7);