#1069a0
a dark, electric blue · cool · closest name: steelblue
RGB
16, 105, 160
HSL
203°, 82%, 35%
CMYK
90, 34, 0, 37
Luminance
0.1275
Every format
| HEX | #1069a0 |
| RGB | rgb(16, 105, 160) |
| HSL | hsl(203, 82%, 35%) |
| CMYK | cmyk(90%, 34%, 0%, 37%) |
| LAB | lab(42.4 -3.6 -36.5) |
| LCH | lch(42.4 36.6 264.4) |
| OKLCH | oklch(0.501 0.116 243.4) |
Copy-ready code
/* CSS */
color: #1069a0;
background-color: #1069a0;
/* Tailwind (arbitrary) */
class="text-[#1069a0] bg-[#1069a0]"
/* SCSS */
$brand: #1069a0;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.627)
/* Android */
Color.parseColor("#1069a0")Accessibility — WCAG contrast
Aa
#1069a0 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069a0 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue62.7%
CMYK percentages
Cyan90.0%
Magenta34.4%
Yellow0.0%
Key (black)37.3%
Color previews
#1069a0 text on a black background
contrast 3.55:1
Card sample
#1069a0 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069a0;
Background color
Panel with #1069a0 background
background-color: #1069a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069a0; background: linear-gradient(135deg, #1069a0, #1710A0);