#116156
a deep, vivid cyan · cool · closest name: teal
RGB
17, 97, 86
HSL
172°, 70%, 22%
CMYK
83, 0, 11, 62
Luminance
0.0934
Every format
| HEX | #116156 |
| RGB | rgb(17, 97, 86) |
| HSL | hsl(172, 70%, 22%) |
| CMYK | cmyk(83%, 0%, 11%, 62%) |
| LAB | lab(36.6 -25.8 -0.3) |
| LCH | lch(36.6 25.8 180.7) |
| OKLCH | oklch(0.444 0.075 181.0) |
Copy-ready code
/* CSS */
color: #116156;
background-color: #116156;
/* Tailwind (arbitrary) */
class="text-[#116156] bg-[#116156]"
/* SCSS */
$brand: #116156;
/* SwiftUI */
Color(red: 0.067, green: 0.380, blue: 0.337)
/* Android */
Color.parseColor("#116156")Accessibility — WCAG contrast
Aa
#116156 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#116156 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green38.0%
Blue33.7%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow11.3%
Key (black)62.0%
Color previews
#116156 text on a black background
contrast 2.87:1
Card sample
#116156 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116156;
Background color
Panel with #116156 background
background-color: #116156;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116156;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 97, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 97, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116156; background: linear-gradient(135deg, #116156, #113761);