#1069ab
a dark, electric blue · cool · closest name: steelblue
RGB
16, 105, 171
HSL
206°, 83%, 37%
CMYK
91, 39, 0, 33
Luminance
0.1315
Every format
| HEX | #1069ab |
| RGB | rgb(16, 105, 171) |
| HSL | hsl(206, 83%, 37%) |
| CMYK | cmyk(91%, 39%, 0%, 33%) |
| LAB | lab(43.0 0.8 -42.0) |
| LCH | lch(43.0 42.0 271.0) |
| OKLCH | oklch(0.508 0.130 247.8) |
Copy-ready code
/* CSS */
color: #1069ab;
background-color: #1069ab;
/* Tailwind (arbitrary) */
class="text-[#1069ab] bg-[#1069ab]"
/* SCSS */
$brand: #1069ab;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.671)
/* Android */
Color.parseColor("#1069ab")Accessibility — WCAG contrast
Aa
#1069ab on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069ab on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue67.1%
CMYK percentages
Cyan90.6%
Magenta38.6%
Yellow0.0%
Key (black)32.9%
Color previews
#1069ab text on a black background
contrast 3.63:1
Card sample
#1069ab text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069ab;
Background color
Panel with #1069ab background
background-color: #1069ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069ab; background: linear-gradient(135deg, #1069ab, #1E10AB);