#116abf
a dark, electric blue · cool · closest name: dodgerblue
RGB
17, 106, 191
HSL
209°, 84%, 41%
CMYK
91, 45, 0, 25
Luminance
0.1419
Every format
| HEX | #116abf |
| RGB | rgb(17, 106, 191) |
| HSL | hsl(209, 84%, 41%) |
| CMYK | cmyk(91%, 45%, 0%, 25%) |
| LAB | lab(44.5 8.1 -51.3) |
| LCH | lch(44.5 51.9 279.0) |
| OKLCH | oklch(0.523 0.154 253.1) |
Copy-ready code
/* CSS */
color: #116abf;
background-color: #116abf;
/* Tailwind (arbitrary) */
class="text-[#116abf] bg-[#116abf]"
/* SCSS */
$brand: #116abf;
/* SwiftUI */
Color(red: 0.067, green: 0.416, blue: 0.749)
/* Android */
Color.parseColor("#116abf")Accessibility — WCAG contrast
Aa
#116abf on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116abf on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green41.6%
Blue74.9%
CMYK percentages
Cyan91.1%
Magenta44.5%
Yellow0.0%
Key (black)25.1%
Color previews
#116abf text on a black background
contrast 3.84:1
Card sample
#116abf text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116abf;
Background color
Panel with #116abf background
background-color: #116abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 106, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 106, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116abf; background: linear-gradient(135deg, #116abf, #2C11BF);