Teal
#057A5F
CyanColor Codes
All color formats for development
HEX
#057A5FRGB
rgb(5, 122, 95)HSL
hsl(166, 92%, 25%)OKLCH
oklch(0.516 0.101 170.2)CMYK
cmyk(96%, 0%, 22%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E56
2#04624C
3#045643
4#034939
5#033D30
6#023126
7#02251D
8#011813
9#010C0A
Tints
Lighter variations
1#079F7C
2#08C498
3#0AE9B5
4#23F6C5
5#47F7CE
6#6CF9D8
7#91FAE2
8#B6FCEC
9#DAFDF5
Tones
Muted variations
1#0B755C
2#116F59
3#176956
4#1D6353
5#225D4F
6#28574C
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 #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE1 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8D2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFEF6;
--teal-200: #BFFCEE;
--teal-300: #8EFAE1;
--teal-400: #54F8D2;
--teal-500: #23F6C5;
--teal-600: #09D7A7;
--teal-700: #07AB85;
--teal-800: #057A5F;
--teal-900: #034E3D;
--teal-950: #023126;
}