#116fcd
a dark, electric blue · cool · closest name: dodgerblue
RGB
17, 111, 205
HSL
210°, 85%, 44%
CMYK
92, 46, 0, 20
Luminance
0.1590
Every format
| HEX | #116fcd |
| RGB | rgb(17, 111, 205) |
| HSL | hsl(210, 85%, 44%) |
| CMYK | cmyk(92%, 46%, 0%, 20%) |
| LAB | lab(46.8 10.5 -55.6) |
| LCH | lch(46.8 56.5 280.7) |
| OKLCH | oklch(0.544 0.166 254.1) |
Copy-ready code
/* CSS */
color: #116fcd;
background-color: #116fcd;
/* Tailwind (arbitrary) */
class="text-[#116fcd] bg-[#116fcd]"
/* SCSS */
$brand: #116fcd;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.804)
/* Android */
Color.parseColor("#116fcd")Accessibility — WCAG contrast
Aa
#116fcd on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116fcd on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue80.4%
CMYK percentages
Cyan91.7%
Magenta45.9%
Yellow0.0%
Key (black)19.6%
Color previews
#116fcd text on a black background
contrast 4.18:1
Card sample
#116fcd text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116fcd;
Background color
Panel with #116fcd background
background-color: #116fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116fcd; background: linear-gradient(135deg, #116fcd, #3011CD);