#116d8f
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 109, 143
HSL
196°, 79%, 31%
CMYK
88, 24, 0, 44
Luminance
0.1304
Every format
| HEX | #116d8f |
| RGB | rgb(17, 109, 143) |
| HSL | hsl(196, 79%, 31%) |
| CMYK | cmyk(88%, 24%, 0%, 44%) |
| LAB | lab(42.8 -12.4 -25.7) |
| LCH | lch(42.8 28.5 244.1) |
| OKLCH | oklch(0.502 0.095 229.8) |
Copy-ready code
/* CSS */
color: #116d8f;
background-color: #116d8f;
/* Tailwind (arbitrary) */
class="text-[#116d8f] bg-[#116d8f]"
/* SCSS */
$brand: #116d8f;
/* SwiftUI */
Color(red: 0.067, green: 0.427, blue: 0.561)
/* Android */
Color.parseColor("#116d8f")Accessibility — WCAG contrast
Aa
#116d8f on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116d8f on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.7%
Blue56.1%
CMYK percentages
Cyan88.1%
Magenta23.8%
Yellow0.0%
Key (black)43.9%
Color previews
#116d8f text on a black background
contrast 3.61:1
Card sample
#116d8f text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116d8f;
Background color
Panel with #116d8f background
background-color: #116d8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116d8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 109, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 109, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116d8f; background: linear-gradient(135deg, #116d8f, #11198F);