Teal
#116A6E
CyanColor Codes
All color formats for development
HEX
#116A6ERGB
rgb(17, 106, 110)HSL
hsl(183, 73%, 25%)OKLCH
oklch(0.478 0.077 199.7)CMYK
cmyk(85%, 4%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5F63
2#0E5558
3#0C4A4D
4#0A3F42
5#093537
6#072A2C
7#052021
8#031516
9#020B0B
Tints
Lighter variations
1#16898F
2#1CA9B0
3#21C9D2
4#38D8E0
5#5ADEE5
6#7BE5EA
7#9CEBF0
8#BDF2F5
9#DEF8FA
Tones
Muted variations
1#16656A
2#1B6165
3#1F5D60
4#24595C
5#285557
6#2D5152
7#324C4E
8#364849
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEB #9AEBEF | BordersInactive statesPlaceholder text |
| 400 | 65E0 #65E0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D8 #38D8E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBA #1EBAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1894 #18949A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116A #116A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B44 #0B4447 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F9FA;
--teal-200: #C6F4F6;
--teal-300: #9AEBEF;
--teal-400: #65E0E7;
--teal-500: #38D8E0;
--teal-600: #1EBAC2;
--teal-700: #18949A;
--teal-800: #116A6E;
--teal-900: #0B4447;
--teal-950: #072A2C;
}