Teal
#057A71
CyanColor Codes
All color formats for development
HEX
#057A71RGB
rgb(5, 122, 113)HSL
hsl(175, 92%, 25%)OKLCH
oklch(0.522 0.091 185.8)CMYK
cmyk(96%, 0%, 7%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E65
2#04625A
3#04564F
4#034944
5#033D38
6#02312D
7#022522
8#011817
9#010C0B
Tints
Lighter variations
1#079F92
2#08C4B4
3#0AE9D6
4#23F6E4
5#47F7E9
6#6CF9ED
7#91FAF2
8#B6FCF6
9#DAFDFB
Tones
Muted variations
1#0B756C
2#116F67
3#176962
4#1D635D
5#225D58
6#285753
7#2E514E
8#344B4A
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF1 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8EA | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEFB;
--teal-200: #BFFCF7;
--teal-300: #8EFAF1;
--teal-400: #54F8EA;
--teal-500: #23F6E4;
--teal-600: #09D7C6;
--teal-700: #07AB9E;
--teal-800: #057A71;
--teal-900: #034E48;
--teal-950: #02312D;
}