Teal
#057A67
CyanColor Codes
All color formats for development
HEX
#057A67RGB
rgb(5, 122, 103)HSL
hsl(170, 92%, 25%)OKLCH
oklch(0.519 0.095 176.6)CMYK
cmyk(96%, 0%, 16%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E5D
2#046252
3#045648
4#03493E
5#033D33
6#023129
7#02251F
8#011815
9#010C0A
Tints
Lighter variations
1#079F86
2#08C4A5
3#0AE9C3
4#23F6D3
5#47F7DA
6#6CF9E1
7#91FAE9
8#B6FCF0
9#DAFDF8
Tones
Muted variations
1#0B7563
2#116F5F
3#17695B
4#1D6357
5#225D53
6#28574F
7#2E514B
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 #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DC | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFEF8;
--teal-200: #BFFCF2;
--teal-300: #8EFAE8;
--teal-400: #54F8DC;
--teal-500: #23F6D3;
--teal-600: #09D7B5;
--teal-700: #07AB90;
--teal-800: #057A67;
--teal-900: #034E42;
--teal-950: #023129;
}