Teal
#008064
CyanColor Codes
All color formats for development
HEX
#008064RGB
rgb(0, 128, 100)HSL
hsl(167, 100%, 25%)OKLCH
oklch(0.534 0.105 170.5)CMYK
cmyk(100%, 0%, 22%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00735A
2#006650
3#005946
4#004D3C
5#004032
6#003328
7#00261E
8#001A14
9#000D0A
Tints
Lighter variations
1#00A682
2#00CCA0
3#00F2BE
4#1AFFCD
5#40FFD6
6#66FFDE
7#8CFFE6
8#B3FFEE
9#D9FFF7
Tones
Muted variations
1#067960
2#0D735D
3#136C59
4#196655
5#206052
6#26594E
7#2D534B
8#334D47
9#394643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B38C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008064 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005240 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DBFFF7;
--teal-200: #BDFFF1;
--teal-300: #8AFFE6;
--teal-400: #4DFFD8;
--teal-500: #1AFFCD;
--teal-600: #00E0B0;
--teal-700: #00B38C;
--teal-800: #008064;
--teal-900: #005240;
--teal-950: #003328;
}