Teal
#07AB8D
CyanColor Codes
All color formats for development
HEX
#07AB8DRGB
rgb(7, 171, 141)HSL
hsl(169, 92%, 35%)OKLCH
oklch(0.662 0.125 174.1)CMYK
cmyk(96%, 0%, 18%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A7F
2#068971
3#057863
4#046755
5#045647
6#034539
7#02332A
8#01221C
9#01110E
Tints
Lighter variations
1#08CBA7
2#0AEBC2
3#20F6CF
4#40F7D5
5#60F8DC
6#80FAE3
7#A0FBEA
8#BFFCF1
9#DFFEF8
Tones
Muted variations
1#0FA388
2#189B83
3#20937E
4#288B78
5#308273
6#387A6E
7#417269
8#496A64
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE7 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DA | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFEF8;
--teal-200: #BFFCF1;
--teal-300: #8EFAE7;
--teal-400: #54F8DA;
--teal-500: #23F6CF;
--teal-600: #09D7B2;
--teal-700: #07AB8D;
--teal-800: #057A65;
--teal-900: #034E41;
--teal-950: #023128;
}