#116271
a dark, vivid cyan · cool · closest name: darkslategray
RGB
17, 98, 113
HSL
189°, 74%, 26%
CMYK
85, 13, 0, 56
Luminance
0.1005
Every format
| HEX | #116271 |
| RGB | rgb(17, 98, 113) |
| HSL | hsl(189, 74%, 26%) |
| CMYK | cmyk(85%, 13%, 0%, 56%) |
| LAB | lab(37.9 -17.2 -15.1) |
| LCH | lch(37.9 22.9 221.2) |
| OKLCH | oklch(0.458 0.075 213.9) |
Copy-ready code
/* CSS */
color: #116271;
background-color: #116271;
/* Tailwind (arbitrary) */
class="text-[#116271] bg-[#116271]"
/* SCSS */
$brand: #116271;
/* SwiftUI */
Color(red: 0.067, green: 0.384, blue: 0.443)
/* Android */
Color.parseColor("#116271")Accessibility — WCAG contrast
Aa
#116271 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116271 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green38.4%
Blue44.3%
CMYK percentages
Cyan85.0%
Magenta13.3%
Yellow0.0%
Key (black)55.7%
Color previews
#116271 text on a black background
contrast 3.01:1
Card sample
#116271 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116271;
Background color
Panel with #116271 background
background-color: #116271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 98, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 98, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116271; background: linear-gradient(135deg, #116271, #112271);