#116992
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 105, 146
HSL
199°, 79%, 32%
CMYK
88, 28, 0, 43
Luminance
0.1230
Every format
| HEX | #116992 |
| RGB | rgb(17, 105, 146) |
| HSL | hsl(199, 79%, 32%) |
| CMYK | cmyk(88%, 28%, 0%, 43%) |
| LAB | lab(41.7 -9.0 -29.2) |
| LCH | lch(41.7 30.6 253.0) |
| OKLCH | oklch(0.493 0.100 235.8) |
Copy-ready code
/* CSS */
color: #116992;
background-color: #116992;
/* Tailwind (arbitrary) */
class="text-[#116992] bg-[#116992]"
/* SCSS */
$brand: #116992;
/* SwiftUI */
Color(red: 0.067, green: 0.412, blue: 0.573)
/* Android */
Color.parseColor("#116992")Accessibility — WCAG contrast
Aa
#116992 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116992 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green41.2%
Blue57.3%
CMYK percentages
Cyan88.4%
Magenta28.1%
Yellow0.0%
Key (black)42.7%
Color previews
#116992 text on a black background
contrast 3.46:1
Card sample
#116992 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116992;
Background color
Panel with #116992 background
background-color: #116992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 105, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 105, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116992; background: linear-gradient(135deg, #116992, #111392);