#1069bf
a dark, electric blue · cool · closest name: dodgerblue
RGB
16, 105, 191
HSL
210°, 85%, 41%
CMYK
92, 45, 0, 25
Luminance
0.1397
Every format
| HEX | #1069bf |
| RGB | rgb(16, 105, 191) |
| HSL | hsl(210, 85%, 41%) |
| CMYK | cmyk(92%, 45%, 0%, 25%) |
| LAB | lab(44.2 8.7 -51.8) |
| LCH | lch(44.2 52.5 279.6) |
| OKLCH | oklch(0.521 0.155 253.4) |
Copy-ready code
/* CSS */
color: #1069bf;
background-color: #1069bf;
/* Tailwind (arbitrary) */
class="text-[#1069bf] bg-[#1069bf]"
/* SCSS */
$brand: #1069bf;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.749)
/* Android */
Color.parseColor("#1069bf")Accessibility — WCAG contrast
Aa
#1069bf on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1069bf on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue74.9%
CMYK percentages
Cyan91.6%
Magenta45.0%
Yellow0.0%
Key (black)25.1%
Color previews
#1069bf text on a black background
contrast 3.79:1
Card sample
#1069bf text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1069bf;
Background color
Panel with #1069bf background
background-color: #1069bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1069bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1069bf; background: linear-gradient(135deg, #1069bf, #2C10BF);