Teal
#057A5D
CyanColor Codes
All color formats for development
HEX
#057A5DRGB
rgb(5, 122, 93)HSL
hsl(165, 92%, 25%)OKLCH
oklch(0.516 0.102 168.7)CMYK
cmyk(96%, 0%, 24%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E54
2#04624A
3#045641
4#034938
5#033D2F
6#023125
7#02251C
8#011813
9#010C09
Tints
Lighter variations
1#079F79
2#08C495
3#0AE9B1
4#23F6C1
5#47F7CB
6#6CF9D6
7#91FAE0
8#B6FCEA
9#DAFDF5
Tones
Muted variations
1#0B755A
2#116F57
3#176954
4#1D6351
5#225D4E
6#28574B
7#2E5149
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 #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADF | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8CF | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFEF5;
--teal-200: #BFFCED;
--teal-300: #8EFADF;
--teal-400: #54F8CF;
--teal-500: #23F6C1;
--teal-600: #09D7A4;
--teal-700: #07AB82;
--teal-800: #057A5D;
--teal-900: #034E3C;
--teal-950: #023125;
}