Teal
#169C91
CyanColor Codes
All color formats for development
HEX
#169C91RGB
rgb(22, 156, 145)HSL
hsl(175, 75%, 35%)OKLCH
oklch(0.625 0.106 185.9)CMYK
cmyk(86%, 0%, 7%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D83
2#127D74
3#106D66
4#0D5E57
5#0B4E49
6#093E3A
7#072F2C
8#041F1D
9#02100F
Tints
Lighter variations
1#1AB9AC
2#1FD6C7
3#34E2D3
4#51E6DA
5#6EEAE0
6#8BEEE6
7#A8F3EC
8#C5F7F3
9#E2FBF9
Tones
Muted variations
1#1D958B
2#248F86
3#2A8880
4#31817B
5#387B75
6#3E7470
7#456D6A
8#4C6764
9#53605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9DE | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4742 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FBF8;
--teal-200: #C5F7F3;
--teal-300: #98F0E9;
--teal-400: #63E9DE;
--teal-500: #36E2D4;
--teal-600: #1CC4B6;
--teal-700: #169C91;
--teal-800: #107068;
--teal-900: #0A4742;
--teal-950: #062D29;
}