Teal
#057A69
CyanColor Codes
All color formats for development
HEX
#057A69RGB
rgb(5, 122, 105)HSL
hsl(171, 92%, 25%)OKLCH
oklch(0.519 0.094 178.4)CMYK
cmyk(96%, 0%, 14%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E5E
2#046254
3#045649
4#03493F
5#033D34
6#02312A
7#02251F
8#011815
9#010C0A
Tints
Lighter variations
1#079F88
2#08C4A8
3#0AE9C7
4#23F6D6
5#47F7DD
6#6CF9E4
7#91FAEB
8#B6FCF1
9#DAFDF8
Tones
Muted variations
1#0B7565
2#116F61
3#17695C
4#1D6358
5#225D54
6#285750
7#2E514C
8#344B48
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DF | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFEF9;
--teal-200: #BFFCF3;
--teal-300: #8EFAEA;
--teal-400: #54F8DF;
--teal-500: #23F6D6;
--teal-600: #09D7B8;
--teal-700: #07AB93;
--teal-800: #057A69;
--teal-900: #034E43;
--teal-950: #02312A;
}