Teal
#13A073
GreenColor Codes
All color formats for development
HEX
#13A073RGB
rgb(19, 160, 115)HSL
hsl(161, 79%, 35%)OKLCH
oklch(0.627 0.129 164.2)CMYK
cmyk(88%, 0%, 28%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119068
2#0F805C
3#0D7051
4#0B6045
5#09503A
6#07402E
7#063023
8#042017
9#02100C
Tints
Lighter variations
1#16BD88
2#1ADB9E
3#2FE7AD
4#4DEAB8
5#6BEEC4
6#88F1D0
7#A6F5DC
8#C4F8E7
9#E1FCF3
Tones
Muted variations
1#1A9971
2#21926E
3#288B6B
4#2F8469
5#367D66
6#3D7564
7#446E61
8#4B675E
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC0 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C991 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094935 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF2;
--teal-200: #C4F8E7;
--teal-300: #96F3D5;
--teal-400: #5FECC0;
--teal-500: #32E7AD;
--teal-600: #18C991;
--teal-700: #13A073;
--teal-800: #0D7252;
--teal-900: #094935;
--teal-950: #052E21;
}