#1069b3
a dark, electric blue · cool · closest name: steelblue
RGB
16, 105, 179
HSL
207°, 84%, 38%
CMYK
91, 41, 0, 30
Luminance
0.1347
Every format
| HEX | #1069b3 |
| RGB | rgb(16, 105, 179) |
| HSL | hsl(207, 84%, 38%) |
| CMYK | cmyk(91%, 41%, 0%, 30%) |
| LAB | lab(43.5 3.9 -45.9) |
| LCH | lch(43.5 46.1 274.9) |
| OKLCH | oklch(0.513 0.140 250.4) |
Copy-ready code
/* CSS */
color: #1069b3;
background-color: #1069b3;
/* Tailwind (arbitrary) */
class="text-[#1069b3] bg-[#1069b3]"
/* SCSS */
$brand: #1069b3;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.702)
/* Android */
Color.parseColor("#1069b3")Accessibility — WCAG contrast
Aa
#1069b3 on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069b3 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue70.2%
CMYK percentages
Cyan91.1%
Magenta41.3%
Yellow0.0%
Key (black)29.8%
Color previews
#1069b3 text on a black background
contrast 3.69:1
Card sample
#1069b3 text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069b3;
Background color
Panel with #1069b3 background
background-color: #1069b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069b3; background: linear-gradient(135deg, #1069b3, #2410B3);