#1069be
a dark, electric blue · cool · closest name: dodgerblue
RGB
16, 105, 190
HSL
209°, 85%, 40%
CMYK
92, 45, 0, 26
Luminance
0.1393
Every format
| HEX | #1069be |
| RGB | rgb(16, 105, 190) |
| HSL | hsl(209, 85%, 40%) |
| CMYK | cmyk(92%, 45%, 0%, 26%) |
| LAB | lab(44.1 8.3 -51.3) |
| LCH | lch(44.1 51.9 279.2) |
| OKLCH | oklch(0.520 0.154 253.2) |
Copy-ready code
/* CSS */
color: #1069be;
background-color: #1069be;
/* Tailwind (arbitrary) */
class="text-[#1069be] bg-[#1069be]"
/* SCSS */
$brand: #1069be;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.745)
/* Android */
Color.parseColor("#1069be")Accessibility — WCAG contrast
Aa
#1069be on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069be on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue74.5%
CMYK percentages
Cyan91.6%
Magenta44.7%
Yellow0.0%
Key (black)25.5%
Color previews
#1069be text on a black background
contrast 3.79:1
Card sample
#1069be text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069be;
Background color
Panel with #1069be background
background-color: #1069be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069be; background: linear-gradient(135deg, #1069be, #2B10BE);