Teal
#07AB82
CyanColor Codes
All color formats for development
HEX
#07AB82RGB
rgb(7, 171, 130)HSL
hsl(165, 92%, 35%)OKLCH
oklch(0.659 0.132 167.9)CMYK
cmyk(96%, 0%, 24%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A75
2#068968
3#05785B
4#04674E
5#045641
6#034534
7#023327
8#01221A
9#01110D
Tints
Lighter variations
1#08CB9B
2#0AEBB3
3#20F6C0
4#40F7C9
5#60F8D2
6#80FADB
7#A0FBE4
8#BFFCED
9#DFFEF6
Tones
Muted variations
1#0FA37E
2#189B7A
3#209376
4#288B72
5#30826E
6#387A6A
7#417266
8#496A61
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADF | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8CF | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFEF5;
--teal-200: #BFFCED;
--teal-300: #8EFADF;
--teal-400: #54F8CF;
--teal-500: #23F6C1;
--teal-600: #09D7A4;
--teal-700: #07AB82;
--teal-800: #057A5D;
--teal-900: #034E3C;
--teal-950: #023125;
}