Teal
#07AB88
CyanColor Codes
All color formats for development
HEX
#07AB88RGB
rgb(7, 171, 136)HSL
hsl(167, 92%, 35%)OKLCH
oklch(0.66 0.128 171.2)CMYK
cmyk(96%, 0%, 20%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A7A
2#06896D
3#05785F
4#046751
5#045644
6#034536
7#023329
8#01221B
9#01110E
Tints
Lighter variations
1#08CBA1
2#0AEBBA
3#20F6C7
4#40F7CF
5#60F8D7
6#80FADF
7#A0FBE7
8#BFFCEF
9#DFFEF7
Tones
Muted variations
1#0FA383
2#189B7E
3#20937A
4#288B75
5#308271
6#387A6C
7#417267
8#496A63
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8D4 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFEF6;
--teal-200: #BFFCEF;
--teal-300: #8EFAE3;
--teal-400: #54F8D4;
--teal-500: #23F6C8;
--teal-600: #09D7AB;
--teal-700: #07AB88;
--teal-800: #057A61;
--teal-900: #034E3E;
--teal-950: #023127;
}