Teal
#166968
CyanColor Codes
All color formats for development
HEX
#166968RGB
rgb(22, 105, 104)HSL
hsl(179, 65%, 25%)OKLCH
oklch(0.474 0.075 193.7)CMYK
cmyk(79%, 0%, 1%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F5D
2#125453
3#104A49
4#0D3F3E
5#0B3534
6#092A2A
7#07201F
8#041515
9#020B0A
Tints
Lighter variations
1#1D8987
2#24A8A6
3#2AC8C5
4#42D7D4
5#61DEDB
6#81E4E3
7#A0EBEA
8#C0F2F1
9#DFF8F8
Tones
Muted variations
1#1A6564
2#1F6160
3#235D5C
4#275958
5#2B5454
6#2F5050
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 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | 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: #E2F9F8;
--teal-200: #C8F3F3;
--teal-300: #9EEAE9;
--teal-400: #6CE0DE;
--teal-500: #42D7D4;
--teal-600: #27B9B7;
--teal-700: #1F9391;
--teal-800: #166968;
--teal-900: #0E4342;
--teal-950: #092A2A;
}