Teal
#057A6B
CyanColor Codes
All color formats for development
HEX
#057A6BRGB
rgb(5, 122, 107)HSL
hsl(172, 92%, 25%)OKLCH
oklch(0.52 0.093 180.2)CMYK
cmyk(96%, 0%, 12%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E60
2#046255
3#04564B
4#034940
5#033D35
6#02312B
7#022520
8#011815
9#010C0B
Tints
Lighter variations
1#079F8B
2#08C4AB
3#0AE9CB
4#23F6DA
5#47F7E0
6#6CF9E6
7#91FAEC
8#B6FCF3
9#DAFDF9
Tones
Muted variations
1#0B7566
2#116F62
3#17695E
4#1D635A
5#225D55
6#285751
7#2E514D
8#344B48
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEF9;
--teal-200: #BFFCF4;
--teal-300: #8EFAEC;
--teal-400: #54F8E2;
--teal-500: #23F6DA;
--teal-600: #09D7BC;
--teal-700: #07AB95;
--teal-800: #057A6B;
--teal-900: #034E44;
--teal-950: #02312B;
}