Teal
#057A57
GreenColor Codes
All color formats for development
HEX
#057A57RGB
rgb(5, 122, 87)HSL
hsl(162, 92%, 25%)OKLCH
oklch(0.514 0.107 164.6)CMYK
cmyk(96%, 0%, 29%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E4E
2#046246
3#04563D
4#034934
5#033D2C
6#023123
7#02251A
8#011811
9#010C09
Tints
Lighter variations
1#079F71
2#08C48C
3#0AE9A6
4#23F6B6
5#47F7C3
6#6CF9CF
7#91FADB
8#B6FCE7
9#DAFDF3
Tones
Muted variations
1#0B7555
2#116F53
3#176950
4#1D634E
5#225D4B
6#285749
7#2E5147
8#344B44
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 #BFFCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFEF4;
--teal-200: #BFFCEA;
--teal-300: #8EFADA;
--teal-400: #54F8C7;
--teal-500: #23F6B6;
--teal-600: #09D799;
--teal-700: #07AB7A;
--teal-800: #057A57;
--teal-900: #034E38;
--teal-950: #023123;
}