Teal
#166A6A
CyanColor Codes
All color formats for development
HEX
#166A6ARGB
rgb(22, 106, 106)HSL
hsl(180, 66%, 25%)OKLCH
oklch(0.478 0.075 194.9)CMYK
cmyk(79%, 0%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F5F
2#115555
3#0F4A4A
4#0D3F3F
5#0B3535
6#092A2A
7#072020
8#041515
9#020B0B
Tints
Lighter variations
1#1C8A8A
2#23A9A9
3#29C9C9
4#41D8D8
5#60DEDE
6#80E5E5
7#A0EBEB
8#C0F2F2
9#DFF8F8
Tones
Muted variations
1#1A6666
2#1E6161
3#225D5D
4#275959
5#2B5555
6#2F5151
7#334C4C
8#374848
9#3C4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBEB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4444 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F9;
--teal-200: #C8F4F4;
--teal-300: #9EEBEB;
--teal-400: #6BE1E1;
--teal-500: #41D8D8;
--teal-600: #26BABA;
--teal-700: #1E9494;
--teal-800: #166A6A;
--teal-900: #0E4444;
--teal-950: #092A2A;
}