Teal
#057A55
GreenColor Codes
All color formats for development
HEX
#057A55RGB
rgb(5, 122, 85)HSL
hsl(161, 92%, 25%)OKLCH
oklch(0.513 0.109 163.3)CMYK
cmyk(96%, 0%, 30%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E4D
2#046244
3#04563C
4#034933
5#033D2B
6#023122
7#02251A
8#011811
9#010C09
Tints
Lighter variations
1#079F6F
2#08C488
3#0AE9A2
4#23F6B3
5#47F7C0
6#6CF9CC
7#91FAD9
8#B6FCE6
9#DAFDF2
Tones
Muted variations
1#0B7553
2#116F51
3#17694F
4#1D634D
5#225D4B
6#285748
7#2E5146
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 #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C4 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D796 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFEF3;
--teal-200: #BFFCE9;
--teal-300: #8EFAD8;
--teal-400: #54F8C4;
--teal-500: #23F6B3;
--teal-600: #09D796;
--teal-700: #07AB77;
--teal-800: #057A55;
--teal-900: #034E37;
--teal-950: #023122;
}