Teal
#13A099
CyanColor Codes
All color formats for development
HEX
#13A099RGB
rgb(19, 160, 153)HSL
hsl(177, 79%, 35%)OKLCH
oklch(0.638 0.107 189.2)CMYK
cmyk(88%, 0%, 4%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119089
2#0F807A
3#0D706B
4#0B605C
5#09504C
6#07403D
7#06302E
8#04201F
9#02100F
Tints
Lighter variations
1#16BDB5
2#1ADBD1
3#2FE7DD
4#4DEAE2
5#6BEEE7
6#88F1EC
7#A6F5F1
8#C4F8F5
9#E1FCFA
Tones
Muted variations
1#1A9992
2#21928C
3#288B86
4#2F847F
5#367D79
6#3D7573
7#446E6C
8#4B6766
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C4F8F5;
--teal-300: #96F3EE;
--teal-400: #5FECE5;
--teal-500: #32E7DE;
--teal-600: #18C9C0;
--teal-700: #13A099;
--teal-800: #0D726D;
--teal-900: #094946;
--teal-950: #052E2C;
}