#116f5f
a dark, vivid cyan · cool · closest name: teal
RGB
17, 111, 95
HSL
170°, 73%, 25%
CMYK
85, 0, 14, 57
Luminance
0.1231
Every format
| HEX | #116f5f |
| RGB | rgb(17, 111, 95) |
| HSL | hsl(170, 73%, 25%) |
| CMYK | cmyk(85%, 0%, 14%, 57%) |
| LAB | lab(41.7 -29.8 1.6) |
| LCH | lch(41.7 29.9 177.0) |
| OKLCH | oklch(0.487 0.085 177.5) |
Copy-ready code
/* CSS */
color: #116f5f;
background-color: #116f5f;
/* Tailwind (arbitrary) */
class="text-[#116f5f] bg-[#116f5f]"
/* SCSS */
$brand: #116f5f;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.373)
/* Android */
Color.parseColor("#116f5f")Accessibility — WCAG contrast
Aa
#116f5f on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116f5f on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue37.3%
CMYK percentages
Cyan84.7%
Magenta0.0%
Yellow14.4%
Key (black)56.5%
Color previews
#116f5f text on a black background
contrast 3.46:1
Card sample
#116f5f text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116f5f;
Background color
Panel with #116f5f background
background-color: #116f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116f5f; background: linear-gradient(135deg, #116f5f, #11406F);