#116fc3
a dark, electric blue · cool · closest name: dodgerblue
RGB
17, 111, 195
HSL
208°, 84%, 42%
CMYK
91, 43, 0, 24
Luminance
0.1543
Every format
| HEX | #116fc3 |
| RGB | rgb(17, 111, 195) |
| HSL | hsl(208, 84%, 42%) |
| CMYK | cmyk(91%, 43%, 0%, 24%) |
| LAB | lab(46.2 6.5 -50.8) |
| LCH | lch(46.2 51.2 277.3) |
| OKLCH | oklch(0.537 0.153 252.0) |
Copy-ready code
/* CSS */
color: #116fc3;
background-color: #116fc3;
/* Tailwind (arbitrary) */
class="text-[#116fc3] bg-[#116fc3]"
/* SCSS */
$brand: #116fc3;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.765)
/* Android */
Color.parseColor("#116fc3")Accessibility — WCAG contrast
Aa
#116fc3 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116fc3 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue76.5%
CMYK percentages
Cyan91.3%
Magenta43.1%
Yellow0.0%
Key (black)23.5%
Color previews
#116fc3 text on a black background
contrast 4.09:1
Card sample
#116fc3 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116fc3;
Background color
Panel with #116fc3 background
background-color: #116fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116fc3; background: linear-gradient(135deg, #116fc3, #2A11C3);