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