Teal
#079BAB
CyanColor Codes
All color formats for development
HEX
#079BABRGB
rgb(7, 155, 171)HSL
hsl(186, 92%, 35%)OKLCH
oklch(0.631 0.107 207.8)CMYK
cmyk(96%, 9%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#068B9A
2#067C89
3#056C78
4#045D67
5#044D56
6#033E45
7#022E33
8#011F22
9#010F11
Tints
Lighter variations
1#08B8CB
2#0AD4EB
3#20E0F6
4#40E5F7
5#60E9F8
6#80EDFA
7#A0F2FB
8#BFF6FC
9#DFFBFE
Tones
Muted variations
1#0F94A3
2#188E9B
3#208793
4#28818B
5#307A82
6#38747A
7#416D72
8#49666A
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FA | BordersInactive statesPlaceholder text |
| 400 | 54E7 #54E7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E1 #23E1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C3 #09C3D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079B #079BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056F #056F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFAFE;
--teal-200: #BFF6FC;
--teal-300: #8EF0FA;
--teal-400: #54E7F8;
--teal-500: #23E1F6;
--teal-600: #09C3D7;
--teal-700: #079BAB;
--teal-800: #056F7A;
--teal-900: #03474E;
--teal-950: #022C31;
}