#116ccd
a dark, electric blue · cool · closest name: dodgerblue
RGB
17, 108, 205
HSL
211°, 85%, 44%
CMYK
92, 47, 0, 20
Luminance
0.1525
Every format
| HEX | #116ccd |
| RGB | rgb(17, 108, 205) |
| HSL | hsl(211, 85%, 44%) |
| CMYK | cmyk(92%, 47%, 0%, 20%) |
| LAB | lab(46.0 12.4 -57.0) |
| LCH | lch(46.0 58.3 282.3) |
| OKLCH | oklch(0.538 0.170 255.2) |
Copy-ready code
/* CSS */
color: #116ccd;
background-color: #116ccd;
/* Tailwind (arbitrary) */
class="text-[#116ccd] bg-[#116ccd]"
/* SCSS */
$brand: #116ccd;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 0.804)
/* Android */
Color.parseColor("#116ccd")Accessibility — WCAG contrast
Aa
#116ccd on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116ccd on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue80.4%
CMYK percentages
Cyan91.7%
Magenta47.3%
Yellow0.0%
Key (black)19.6%
Color previews
#116ccd text on a black background
contrast 4.05:1
Card sample
#116ccd text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116ccd;
Background color
Panel with #116ccd background
background-color: #116ccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116ccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116ccd; background: linear-gradient(135deg, #116ccd, #3311CD);