Teal
#057A7A
CyanColor Codes
All color formats for development
HEX
#057A7ARGB
rgb(5, 122, 122)HSL
hsl(180, 92%, 25%)OKLCH
oklch(0.525 0.089 194.8)CMYK
cmyk(96%, 0%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E6E
2#046262
3#045656
4#034949
5#033D3D
6#023131
7#022525
8#011818
9#010C0C
Tints
Lighter variations
1#079F9F
2#08C4C4
3#0AE9E9
4#23F6F6
5#47F7F7
6#6CF9F9
7#91FAFA
8#B6FCFC
9#DAFDFD
Tones
Muted variations
1#0B7575
2#116F6F
3#176969
4#1D6363
5#225D5D
6#285757
7#2E5151
8#344B4B
9#3A4646
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAFA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFE;
--teal-100: #DDFEFE;
--teal-200: #BFFCFC;
--teal-300: #8EFAFA;
--teal-400: #54F8F8;
--teal-500: #23F6F6;
--teal-600: #09D7D7;
--teal-700: #07ABAB;
--teal-800: #057A7A;
--teal-900: #034E4E;
--teal-950: #023131;
}