Teal
#166A66
CyanColor Codes
All color formats for development
HEX
#166A66RGB
rgb(22, 106, 102)HSL
hsl(177, 66%, 25%)OKLCH
oklch(0.476 0.076 190.1)CMYK
cmyk(79%, 0%, 4%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F5B
2#115551
3#0F4A47
4#0D3F3D
5#0B3533
6#092A29
7#07201E
8#041514
9#020B0A
Tints
Lighter variations
1#1C8A84
2#23A9A3
3#29C9C1
4#41D8D0
5#60DED8
6#80E5E0
7#A0EBE8
8#C0F2EF
9#DFF8F7
Tones
Muted variations
1#1A6662
2#1E615E
3#225D5A
4#275956
5#2B5553
6#2F514F
7#334C4B
8#374847
9#3C4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE7 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1DB | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4441 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F8;
--teal-200: #C8F4F2;
--teal-300: #9EEBE7;
--teal-400: #6BE1DB;
--teal-500: #41D8D0;
--teal-600: #26BAB3;
--teal-700: #1E948E;
--teal-800: #166A66;
--teal-900: #0E4441;
--teal-950: #092A29;
}