Teal
#057A73
CyanColor Codes
All color formats for development
HEX
#057A73RGB
rgb(5, 122, 115)HSL
hsl(176, 92%, 25%)OKLCH
oklch(0.523 0.09 187.8)CMYK
cmyk(96%, 0%, 6%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E67
2#04625C
3#045650
4#034945
5#033D39
6#02312E
7#022522
8#011817
9#010C0B
Tints
Lighter variations
1#079F95
2#08C4B7
3#0AE9DA
4#23F6E8
5#47F7EC
6#6CF9EF
7#91FAF3
8#B6FCF7
9#DAFDFB
Tones
Muted variations
1#0B756D
2#116F68
3#176963
4#1D635E
5#225D59
6#285754
7#2E514F
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 #BFFCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8ED | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEFB;
--teal-200: #BFFCF8;
--teal-300: #8EFAF3;
--teal-400: #54F8ED;
--teal-500: #23F6E8;
--teal-600: #09D7CA;
--teal-700: #07ABA0;
--teal-800: #057A73;
--teal-900: #034E49;
--teal-950: #02312E;
}