Teal
#079EAB
CyanColor Codes
All color formats for development
HEX
#079EABRGB
rgb(7, 158, 171)HSL
hsl(185, 92%, 35%)OKLCH
oklch(0.639 0.108 205.2)CMYK
cmyk(96%, 8%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#068E9A
2#067E89
3#056E78
4#045F67
5#044F56
6#033F45
7#022F33
8#012022
9#011011
Tints
Lighter variations
1#08BBCB
2#0AD8EB
3#20E4F6
4#40E8F7
5#60ECF8
6#80F0FA
7#A0F3FB
8#BFF7FC
9#DFFBFE
Tones
Muted variations
1#0F97A3
2#18909B
3#208993
4#28828B
5#307B82
6#38757A
7#416E72
8#49676A
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF1 #8EF1FA | BordersInactive statesPlaceholder text |
| 400 | 54EA #54EAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E4 #23E4F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C6 #09C6D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079E #079EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0571 #05717A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFBFE;
--teal-200: #BFF7FC;
--teal-300: #8EF1FA;
--teal-400: #54EAF8;
--teal-500: #23E4F6;
--teal-600: #09C6D7;
--teal-700: #079EAB;
--teal-800: #05717A;
--teal-900: #03484E;
--teal-950: #022D31;
}