#116e88
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 110, 136
HSL
193°, 78%, 30%
CMYK
88, 19, 0, 47
Luminance
0.1305
Every format
| HEX | #116e88 |
| RGB | rgb(17, 110, 136) |
| HSL | hsl(193, 78%, 30%) |
| CMYK | cmyk(88%, 19%, 0%, 47%) |
| LAB | lab(42.8 -15.6 -21.5) |
| LCH | lch(42.8 26.5 234.0) |
| OKLCH | oklch(0.501 0.089 222.9) |
Copy-ready code
/* CSS */
color: #116e88;
background-color: #116e88;
/* Tailwind (arbitrary) */
class="text-[#116e88] bg-[#116e88]"
/* SCSS */
$brand: #116e88;
/* SwiftUI */
Color(red: 0.067, green: 0.431, blue: 0.533)
/* Android */
Color.parseColor("#116e88")Accessibility — WCAG contrast
Aa
#116e88 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116e88 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.1%
Blue53.3%
CMYK percentages
Cyan87.5%
Magenta19.1%
Yellow0.0%
Key (black)46.7%
Color previews
#116e88 text on a black background
contrast 3.61:1
Card sample
#116e88 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116e88;
Background color
Panel with #116e88 background
background-color: #116e88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116e88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 110, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 110, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116e88; background: linear-gradient(135deg, #116e88, #111F88);