Teal
#008077
CyanColor Codes
All color formats for development
HEX
#008077RGB
rgb(0, 128, 119)HSL
hsl(176, 100%, 25%)OKLCH
oklch(0.54 0.095 186.2)CMYK
cmyk(100%, 0%, 7%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00736B
2#00665F
3#005953
4#004D47
5#00403C
6#003330
7#002624
8#001A18
9#000D0C
Tints
Lighter variations
1#00A69B
2#00CCBE
3#00F2E2
4#1AFFF0
5#40FFF2
6#66FFF5
7#8CFFF7
8#B3FFFA
9#D9FFFC
Tones
Muted variations
1#067971
2#0D736C
3#136C66
4#196661
5#20605B
6#265956
7#2D5350
8#334D4B
9#394645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF7 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008077 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DBFFFD;
--teal-200: #BDFFFB;
--teal-300: #8AFFF7;
--teal-400: #4DFFF3;
--teal-500: #1AFFF0;
--teal-600: #00E0D1;
--teal-700: #00B3A7;
--teal-800: #008077;
--teal-900: #00524C;
--teal-950: #003330;
}