Teal
#07AB9E
CyanColor Codes
All color formats for development
HEX
#07AB9ERGB
rgb(7, 171, 158)HSL
hsl(175, 92%, 35%)OKLCH
oklch(0.667 0.116 185.3)CMYK
cmyk(96%, 0%, 8%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A8E
2#06897E
3#05786E
4#04675F
5#04564F
6#03453F
7#02332F
8#012220
9#011110
Tints
Lighter variations
1#08CBBB
2#0AEBD8
3#20F6E4
4#40F7E8
5#60F8EC
6#80FAF0
7#A0FBF3
8#BFFCF7
9#DFFEFB
Tones
Muted variations
1#0FA397
2#189B90
3#209389
4#288B82
5#30827B
6#387A75
7#41726E
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 #BFFCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF1 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8EA | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEFB;
--teal-200: #BFFCF7;
--teal-300: #8EFAF1;
--teal-400: #54F8EA;
--teal-500: #23F6E4;
--teal-600: #09D7C6;
--teal-700: #07AB9E;
--teal-800: #057A71;
--teal-900: #034E48;
--teal-950: #02312D;
}