#1069b1
a dark, electric blue · cool · closest name: steelblue
RGB
16, 105, 177
HSL
207°, 83%, 38%
CMYK
91, 41, 0, 31
Luminance
0.1339
Every format
| HEX | #1069b1 |
| RGB | rgb(16, 105, 177) |
| HSL | hsl(207, 83%, 38%) |
| CMYK | cmyk(91%, 41%, 0%, 31%) |
| LAB | lab(43.3 3.1 -45.0) |
| LCH | lch(43.3 45.1 274.0) |
| OKLCH | oklch(0.511 0.137 249.8) |
Copy-ready code
/* CSS */
color: #1069b1;
background-color: #1069b1;
/* Tailwind (arbitrary) */
class="text-[#1069b1] bg-[#1069b1]"
/* SCSS */
$brand: #1069b1;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.694)
/* Android */
Color.parseColor("#1069b1")Accessibility — WCAG contrast
Aa
#1069b1 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069b1 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue69.4%
CMYK percentages
Cyan91.0%
Magenta40.7%
Yellow0.0%
Key (black)30.6%
Color previews
#1069b1 text on a black background
contrast 3.68:1
Card sample
#1069b1 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069b1;
Background color
Panel with #1069b1 background
background-color: #1069b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069b1; background: linear-gradient(135deg, #1069b1, #2210B1);