#1069f6
a balanced, electric blue · cool · closest name: royalblue
RGB
16, 105, 246
HSL
217°, 93%, 51%
CMYK
94, 57, 0, 4
Luminance
0.1687
Every format
| HEX | #1069f6 |
| RGB | rgb(16, 105, 246) |
| HSL | hsl(217, 93%, 51%) |
| CMYK | cmyk(94%, 57%, 0%, 4%) |
| LAB | lab(48.1 30.3 -76.7) |
| LCH | lch(48.1 82.4 291.5) |
| OKLCH | oklch(0.563 0.225 260.5) |
Copy-ready code
/* CSS */
color: #1069f6;
background-color: #1069f6;
/* Tailwind (arbitrary) */
class="text-[#1069f6] bg-[#1069f6]"
/* SCSS */
$brand: #1069f6;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.965)
/* Android */
Color.parseColor("#1069f6")Accessibility — WCAG contrast
Aa
#1069f6 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069f6 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue96.5%
CMYK percentages
Cyan93.5%
Magenta57.3%
Yellow0.0%
Key (black)3.5%
Color previews
#1069f6 text on a black background
contrast 4.37:1
Card sample
#1069f6 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069f6;
Background color
Panel with #1069f6 background
background-color: #1069f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069f6; background: linear-gradient(135deg, #1069f6, #5110F6);