Teal
#13A0A0
CyanColor Codes
All color formats for development
HEX
#13A0A0RGB
rgb(19, 160, 160)HSL
hsl(180, 79%, 35%)OKLCH
oklch(0.64 0.106 194.8)CMYK
cmyk(88%, 0%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119090
2#0F8080
3#0D7070
4#0B6060
5#095050
6#074040
7#063030
8#042020
9#021010
Tints
Lighter variations
1#16BDBD
2#1ADBDB
3#2FE7E7
4#4DEAEA
5#6BEEEE
6#88F1F1
7#A6F5F5
8#C4F8F8
9#E1FCFC
Tones
Muted variations
1#1A9999
2#219292
3#288B8B
4#2F8484
5#367D7D
6#3D7575
7#446E6E
8#4B6767
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A0A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C4F8F8;
--teal-300: #96F3F3;
--teal-400: #5FECEC;
--teal-500: #32E7E7;
--teal-600: #18C9C9;
--teal-700: #13A0A0;
--teal-800: #0D7272;
--teal-900: #094949;
--teal-950: #052E2E;
}