Teal
#07ABAB
CyanColor Codes
All color formats for development
HEX
#07ABABRGB
rgb(7, 171, 171)HSL
hsl(180, 92%, 35%)OKLCH
oklch(0.672 0.114 194.8)CMYK
cmyk(96%, 0%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A9A
2#068989
3#057878
4#046767
5#045656
6#034545
7#023333
8#012222
9#011111
Tints
Lighter variations
1#08CBCB
2#0AEBEB
3#20F6F6
4#40F7F7
5#60F8F8
6#80FAFA
7#A0FBFB
8#BFFCFC
9#DFFEFE
Tones
Muted variations
1#0FA3A3
2#189B9B
3#209393
4#288B8B
5#308282
6#387A7A
7#417272
8#496A6A
9#516161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAFA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFE;
--teal-100: #DDFEFE;
--teal-200: #BFFCFC;
--teal-300: #8EFAFA;
--teal-400: #54F8F8;
--teal-500: #23F6F6;
--teal-600: #09D7D7;
--teal-700: #07ABAB;
--teal-800: #057A7A;
--teal-900: #034E4E;
--teal-950: #023131;
}