Teal
#13A088
CyanColor Codes
All color formats for development
HEX
#13A088RGB
rgb(19, 160, 136)HSL
hsl(170, 79%, 35%)OKLCH
oklch(0.632 0.114 176.6)CMYK
cmyk(88%, 0%, 15%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11907B
2#0F806D
3#0D705F
4#0B6052
5#095044
6#074037
7#063029
8#04201B
9#02100E
Tints
Lighter variations
1#16BDA2
2#1ADBBB
3#2FE7C8
4#4DEAD0
5#6BEED8
6#88F1E0
7#A6F5E7
8#C4F8EF
9#E1FCF7
Tones
Muted variations
1#1A9984
2#21927F
3#288B7A
4#2F8475
5#367D71
6#3D756C
7#446E67
8#4B6763
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF7;
--teal-200: #C4F8EF;
--teal-300: #96F3E3;
--teal-400: #5FECD5;
--teal-500: #32E7C9;
--teal-600: #18C9AB;
--teal-700: #13A088;
--teal-800: #0D7261;
--teal-900: #09493E;
--teal-950: #052E27;
}