Teal
#07ABA0
CyanColor Codes
All color formats for development
HEX
#07ABA0RGB
rgb(7, 171, 160)HSL
hsl(176, 92%, 35%)OKLCH
oklch(0.668 0.116 186.7)CMYK
cmyk(96%, 0%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A90
2#068980
3#057870
4#046760
5#045650
6#034540
7#023330
8#012220
9#011110
Tints
Lighter variations
1#08CBBE
2#0AEBDC
3#20F6E7
4#40F7EB
5#60F8EE
6#80FAF2
7#A0FBF5
8#BFFCF8
9#DFFEFC
Tones
Muted variations
1#0FA399
2#189B92
3#20938B
4#288B84
5#30827D
6#387A76
7#41726F
8#496A67
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8ED | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEFB;
--teal-200: #BFFCF8;
--teal-300: #8EFAF3;
--teal-400: #54F8ED;
--teal-500: #23F6E8;
--teal-600: #09D7CA;
--teal-700: #07ABA0;
--teal-800: #057A73;
--teal-900: #034E49;
--teal-950: #02312E;
}