#1069c4
a dark, electric blue · cool · closest name: dodgerblue
RGB
16, 105, 196
HSL
210°, 85%, 42%
CMYK
92, 46, 0, 23
Luminance
0.1420
Every format
| HEX | #1069c4 |
| RGB | rgb(16, 105, 196) |
| HSL | hsl(210, 85%, 42%) |
| CMYK | cmyk(92%, 46%, 0%, 23%) |
| LAB | lab(44.5 10.7 -54.1) |
| LCH | lch(44.5 55.2 281.2) |
| OKLCH | oklch(0.524 0.162 254.5) |
Copy-ready code
/* CSS */
color: #1069c4;
background-color: #1069c4;
/* Tailwind (arbitrary) */
class="text-[#1069c4] bg-[#1069c4]"
/* SCSS */
$brand: #1069c4;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.769)
/* Android */
Color.parseColor("#1069c4")Accessibility — WCAG contrast
Aa
#1069c4 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069c4 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue76.9%
CMYK percentages
Cyan91.8%
Magenta46.4%
Yellow0.0%
Key (black)23.1%
Color previews
#1069c4 text on a black background
contrast 3.84:1
Card sample
#1069c4 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069c4;
Background color
Panel with #1069c4 background
background-color: #1069c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069c4; background: linear-gradient(135deg, #1069c4, #2F10C4);