Teal
#057A61
CyanColor Codes
All color formats for development
HEX
#057A61RGB
rgb(5, 122, 97)HSL
hsl(167, 92%, 25%)OKLCH
oklch(0.517 0.099 171.7)CMYK
cmyk(96%, 0%, 20%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E57
2#04624E
3#045644
4#03493A
5#033D30
6#023127
7#02251D
8#011813
9#010C0A
Tints
Lighter variations
1#079F7E
2#08C49B
3#0AE9B8
4#23F6C8
5#47F7D1
6#6CF9DA
7#91FAE4
8#B6FCED
9#DAFDF6
Tones
Muted variations
1#0B755E
2#116F5A
3#176957
4#1D6354
5#225D50
6#28574D
7#2E514A
8#344B46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8D4 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFEF6;
--teal-200: #BFFCEF;
--teal-300: #8EFAE3;
--teal-400: #54F8D4;
--teal-500: #23F6C8;
--teal-600: #09D7AB;
--teal-700: #07AB88;
--teal-800: #057A61;
--teal-900: #034E3E;
--teal-950: #023127;
}