#1069f9
a balanced, electric blue · cool · closest name: royalblue
RGB
16, 105, 249
HSL
217°, 95%, 52%
CMYK
94, 58, 0, 2
Luminance
0.1705
Every format
| HEX | #1069f9 |
| RGB | rgb(16, 105, 249) |
| HSL | hsl(217, 95%, 52%) |
| CMYK | cmyk(94%, 58%, 0%, 2%) |
| LAB | lab(48.3 31.4 -78.0) |
| LCH | lch(48.3 84.1 291.9) |
| OKLCH | oklch(0.566 0.229 260.7) |
Copy-ready code
/* CSS */
color: #1069f9;
background-color: #1069f9;
/* Tailwind (arbitrary) */
class="text-[#1069f9] bg-[#1069f9]"
/* SCSS */
$brand: #1069f9;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.976)
/* Android */
Color.parseColor("#1069f9")Accessibility — WCAG contrast
Aa
#1069f9 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069f9 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue97.6%
CMYK percentages
Cyan93.6%
Magenta57.8%
Yellow0.0%
Key (black)2.4%
Color previews
#1069f9 text on a black background
contrast 4.41:1
Card sample
#1069f9 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069f9;
Background color
Panel with #1069f9 background
background-color: #1069f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069f9; background: linear-gradient(135deg, #1069f9, #5310F9);