Teal
#169C9C
CyanColor Codes
All color formats for development
HEX
#169C9CRGB
rgb(22, 156, 156)HSL
hsl(180, 75%, 35%)OKLCH
oklch(0.629 0.104 194.8)CMYK
cmyk(86%, 0%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D8D
2#127D7D
3#106D6D
4#0D5E5E
5#0B4E4E
6#093E3E
7#072F2F
8#041F1F
9#021010
Tints
Lighter variations
1#1AB9B9
2#1FD6D6
3#34E2E2
4#51E6E6
5#6EEAEA
6#8BEEEE
7#A8F3F3
8#C5F7F7
9#E2FBFB
Tones
Muted variations
1#1D9595
2#248F8F
3#2A8888
4#318181
5#387B7B
6#3E7474
7#456D6D
8#4C6767
9#536060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0F0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4747 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FBFB;
--teal-200: #C5F7F7;
--teal-300: #98F0F0;
--teal-400: #63E9E9;
--teal-500: #36E2E2;
--teal-600: #1CC4C4;
--teal-700: #169C9C;
--teal-800: #107070;
--teal-900: #0A4747;
--teal-950: #062D2D;
}