Teal
#13A09D
CyanColor Codes
All color formats for development
HEX
#13A09DRGB
rgb(19, 160, 157)HSL
hsl(179, 79%, 35%)OKLCH
oklch(0.639 0.107 192.4)CMYK
cmyk(88%, 0%, 2%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11908E
2#0F807E
3#0D706E
4#0B605E
5#09504F
6#07403F
7#06302F
8#04201F
9#021010
Tints
Lighter variations
1#16BDBB
2#1ADBD8
3#2FE7E4
4#4DEAE7
5#6BEEEB
6#88F1EF
7#A6F5F3
8#C4F8F7
9#E1FCFB
Tones
Muted variations
1#1A9997
2#219290
3#288B89
4#2F8482
5#367D7B
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 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEA | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C4F8F7;
--teal-300: #96F3F1;
--teal-400: #5FECEA;
--teal-500: #32E7E4;
--teal-600: #18C9C6;
--teal-700: #13A09D;
--teal-800: #0D7270;
--teal-900: #094948;
--teal-950: #052E2D;
}