Teal
#13A07D
CyanColor Codes
All color formats for development
HEX
#13A07DRGB
rgb(19, 160, 125)HSL
hsl(165, 79%, 35%)OKLCH
oklch(0.629 0.122 169.6)CMYK
cmyk(88%, 0%, 22%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119070
2#0F8064
3#0D7057
4#0B604B
5#09503E
6#074032
7#063025
8#042019
9#02100C
Tints
Lighter variations
1#16BD94
2#1ADBAB
3#2FE7B9
4#4DEAC3
5#6BEECD
6#88F1D7
7#A6F5E1
8#C4F8EB
9#E1FCF5
Tones
Muted variations
1#1A9979
2#219275
3#288B72
4#2F846E
5#367D6B
6#3D7567
7#446E64
8#4B6760
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A07D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF4;
--teal-200: #C4F8EB;
--teal-300: #96F3DC;
--teal-400: #5FECC9;
--teal-500: #32E7BA;
--teal-600: #18C99D;
--teal-700: #13A07D;
--teal-800: #0D7259;
--teal-900: #094939;
--teal-950: #052E24;
}