Teal
#13A07A
GreenColor Codes
All color formats for development
HEX
#13A07ARGB
rgb(19, 160, 122)HSL
hsl(164, 79%, 35%)OKLCH
oklch(0.628 0.124 167.9)CMYK
cmyk(88%, 0%, 24%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11906E
2#0F8062
3#0D7056
4#0B6049
5#09503D
6#074031
7#063025
8#042018
9#02100C
Tints
Lighter variations
1#16BD91
2#1ADBA8
3#2FE7B6
4#4DEAC0
5#6BEECB
6#88F1D5
7#A6F5E0
8#C4F8EA
9#E1FCF5
Tones
Muted variations
1#1A9977
2#219274
3#288B70
4#2F846D
5#367D6A
6#3D7566
7#446E63
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 #C4F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DA | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC7 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A07A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094938 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF4;
--teal-200: #C4F8EA;
--teal-300: #96F3DA;
--teal-400: #5FECC7;
--teal-500: #32E7B7;
--teal-600: #18C99A;
--teal-700: #13A07A;
--teal-800: #0D7257;
--teal-900: #094938;
--teal-950: #052E23;
}