#116099
a dark, electric blue · cool · closest name: steelblue
RGB
17, 96, 153
HSL
205°, 80%, 33%
CMYK
89, 37, 0, 40
Luminance
0.1078
Every format
| HEX | #116099 |
| RGB | rgb(17, 96, 153) |
| HSL | hsl(205, 80%, 33%) |
| CMYK | cmyk(89%, 37%, 0%, 40%) |
| LAB | lab(39.2 -0.7 -37.3) |
| LCH | lch(39.2 37.3 269.0) |
| OKLCH | oklch(0.475 0.116 246.6) |
Copy-ready code
/* CSS */
color: #116099;
background-color: #116099;
/* Tailwind (arbitrary) */
class="text-[#116099] bg-[#116099]"
/* SCSS */
$brand: #116099;
/* SwiftUI */
Color(red: 0.067, green: 0.376, blue: 0.600)
/* Android */
Color.parseColor("#116099")Accessibility — WCAG contrast
Aa
#116099 on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116099 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green37.6%
Blue60.0%
CMYK percentages
Cyan88.9%
Magenta37.3%
Yellow0.0%
Key (black)40.0%
Color previews
#116099 text on a black background
contrast 3.16:1
Card sample
#116099 text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116099;
Background color
Panel with #116099 background
background-color: #116099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 96, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 96, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116099; background: linear-gradient(135deg, #116099, #1D1199);