Teal
#057A59
GreenColor Codes
All color formats for development
HEX
#057A59RGB
rgb(5, 122, 89)HSL
hsl(163, 92%, 25%)OKLCH
oklch(0.514 0.106 165.9)CMYK
cmyk(96%, 0%, 27%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E50
2#046247
3#04563E
4#034935
5#033D2D
6#023124
7#02251B
8#011812
9#010C09
Tints
Lighter variations
1#079F74
2#08C48F
3#0AE9A9
4#23F6BA
5#47F7C5
6#6CF9D1
7#91FADC
8#B6FCE8
9#DAFDF3
Tones
Muted variations
1#0B7557
2#116F54
3#176952
4#1D634F
5#225D4C
6#28574A
7#2E5147
8#344B45
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D79D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFEF4;
--teal-200: #BFFCEB;
--teal-300: #8EFADC;
--teal-400: #54F8C9;
--teal-500: #23F6BA;
--teal-600: #09D79D;
--teal-700: #07AB7D;
--teal-800: #057A59;
--teal-900: #034E39;
--teal-950: #023124;
}