Teal
#166966
CyanColor Codes
All color formats for development
HEX
#166966RGB
rgb(22, 105, 102)HSL
hsl(178, 65%, 25%)OKLCH
oklch(0.474 0.075 191.2)CMYK
cmyk(79%, 0%, 3%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F5C
2#125452
3#104A48
4#0D3F3D
5#0B3533
6#092A29
7#07201F
8#041514
9#020B0A
Tints
Lighter variations
1#1D8985
2#24A8A4
3#2AC8C3
4#42D7D2
5#61DED9
6#81E4E1
7#A0EBE8
8#C0F2F0
9#DFF8F7
Tones
Muted variations
1#1A6563
2#1F615F
3#235D5B
4#275957
5#2B5453
6#2F504F
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 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | 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: #E2F9F8;
--teal-200: #C8F3F2;
--teal-300: #9EEAE8;
--teal-400: #6CE0DC;
--teal-500: #42D7D2;
--teal-600: #27B9B4;
--teal-700: #1F938F;
--teal-800: #166966;
--teal-900: #0E4342;
--teal-950: #092A29;
}