Teal
#13A08F
CyanColor Codes
All color formats for development
HEX
#13A08FRGB
rgb(19, 160, 143)HSL
hsl(173, 79%, 35%)OKLCH
oklch(0.635 0.111 181.6)CMYK
cmyk(88%, 0%, 11%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119081
2#0F8073
3#0D7064
4#0B6056
5#095048
6#074039
7#06302B
8#04201D
9#02100E
Tints
Lighter variations
1#16BDAA
2#1ADBC5
3#2FE7D1
4#4DEAD8
5#6BEEDE
6#88F1E5
7#A6F5EB
8#C4F8F2
9#E1FCF8
Tones
Muted variations
1#1A998A
2#219284
3#288B7F
4#2F847A
5#367D74
6#3D756F
7#446E69
8#4B6764
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECDC | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7266 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C4F8F2;
--teal-300: #96F3E8;
--teal-400: #5FECDC;
--teal-500: #32E7D2;
--teal-600: #18C9B4;
--teal-700: #13A08F;
--teal-800: #0D7266;
--teal-900: #094942;
--teal-950: #052E29;
}