Teal
#008066
CyanColor Codes
All color formats for development
HEX
#008066RGB
rgb(0, 128, 102)HSL
hsl(168, 100%, 25%)OKLCH
oklch(0.534 0.104 172)CMYK
cmyk(100%, 0%, 20%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00735C
2#006652
3#005947
4#004D3D
5#004033
6#003329
7#00261F
8#001A14
9#000D0A
Tints
Lighter variations
1#00A685
2#00CCA3
3#00F2C2
4#1AFFD1
5#40FFD9
6#66FFE0
7#8CFFE8
8#B3FFF0
9#D9FFF7
Tones
Muted variations
1#067962
2#0D735E
3#136C5B
4#196657
5#206053
6#26594F
7#2D534B
8#334D47
9#394644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFDB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B38F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005241 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DBFFF8;
--teal-200: #BDFFF2;
--teal-300: #8AFFE8;
--teal-400: #4DFFDB;
--teal-500: #1AFFD1;
--teal-600: #00E0B4;
--teal-700: #00B38F;
--teal-800: #008066;
--teal-900: #005241;
--teal-950: #003329;
}