Teal
#169C86
CyanColor Codes
All color formats for development
HEX
#169C86RGB
rgb(22, 156, 134)HSL
hsl(170, 75%, 35%)OKLCH
oklch(0.622 0.111 177.5)CMYK
cmyk(86%, 0%, 14%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D78
2#127D6B
3#106D5E
4#0D5E50
5#0B4E43
6#093E36
7#072F28
8#041F1B
9#02100D
Tints
Lighter variations
1#1AB99F
2#1FD6B8
3#34E2C5
4#51E6CD
5#6EEAD6
6#8BEEDE
7#A8F3E6
8#C5F7EE
9#E2FBF7
Tones
Muted variations
1#1D9581
2#248F7D
3#2A8878
4#318174
5#387B70
6#3E746B
7#456D67
8#4C6762
9#53605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E2 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A473D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FBF6;
--teal-200: #C5F7EE;
--teal-300: #98F0E2;
--teal-400: #63E9D2;
--teal-500: #36E2C6;
--teal-600: #1CC4A8;
--teal-700: #169C86;
--teal-800: #107060;
--teal-900: #0A473D;
--teal-950: #062D26;
}