Teal
#13A086
CyanColor Codes
All color formats for development
HEX
#13A086RGB
rgb(19, 160, 134)HSL
hsl(169, 79%, 35%)OKLCH
oklch(0.632 0.116 175.3)CMYK
cmyk(88%, 0%, 16%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119079
2#0F806B
3#0D705E
4#0B6050
5#095043
6#074036
7#063028
8#04201B
9#02100D
Tints
Lighter variations
1#16BD9F
2#1ADBB8
3#2FE7C5
4#4DEACD
5#6BEED6
6#88F1DE
7#A6F5E6
8#C4F8EE
9#E1FCF7
Tones
Muted variations
1#1A9981
2#21927D
3#288B79
4#2F8474
5#367D70
6#3D756B
7#446E67
8#4B6762
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C4F8EE;
--teal-300: #96F3E2;
--teal-400: #5FECD2;
--teal-500: #32E7C6;
--teal-600: #18C9A8;
--teal-700: #13A086;
--teal-800: #0D7260;
--teal-900: #09493D;
--teal-950: #052E26;
}