Teal
#057A65
CyanColor Codes
All color formats for development
HEX
#057A65RGB
rgb(5, 122, 101)HSL
hsl(169, 92%, 25%)OKLCH
oklch(0.518 0.097 174.9)CMYK
cmyk(96%, 0%, 17%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E5B
2#046251
3#045647
4#03493D
5#033D32
6#023128
7#02251E
8#011814
9#010C0A
Tints
Lighter variations
1#079F83
2#08C4A1
3#0AE9C0
4#23F6CF
5#47F7D7
6#6CF9DF
7#91FAE7
8#B6FCEF
9#DAFDF7
Tones
Muted variations
1#0B7561
2#116F5D
3#17695A
4#1D6356
5#225D52
6#28574F
7#2E514B
8#344B47
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE7 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DA | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFEF8;
--teal-200: #BFFCF1;
--teal-300: #8EFAE7;
--teal-400: #54F8DA;
--teal-500: #23F6CF;
--teal-600: #09D7B2;
--teal-700: #07AB8D;
--teal-800: #057A65;
--teal-900: #034E41;
--teal-950: #023128;
}