Teal
#057A6F
CyanColor Codes
All color formats for development
HEX
#057A6FRGB
rgb(5, 122, 111)HSL
hsl(174, 92%, 25%)OKLCH
oklch(0.521 0.091 183.9)CMYK
cmyk(96%, 0%, 9%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E64
2#046259
3#04564D
4#034942
5#033D37
6#02312C
7#022521
8#011816
9#010C0B
Tints
Lighter variations
1#079F90
2#08C4B1
3#0AE9D2
4#23F6E1
5#47F7E6
6#6CF9EB
7#91FAF0
8#B6FCF5
9#DAFDFA
Tones
Muted variations
1#0B756A
2#116F65
3#176961
4#1D635C
5#225D57
6#285753
7#2E514E
8#344B49
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF0 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEFA;
--teal-200: #BFFCF6;
--teal-300: #8EFAF0;
--teal-400: #54F8E7;
--teal-500: #23F6E1;
--teal-600: #09D7C3;
--teal-700: #07AB9B;
--teal-800: #057A6F;
--teal-900: #034E47;
--teal-950: #02312C;
}