Teal
#008060
CyanColor Codes
All color formats for development
HEX
#008060RGB
rgb(0, 128, 96)HSL
hsl(165, 100%, 25%)OKLCH
oklch(0.533 0.108 167.7)CMYK
cmyk(100%, 0%, 25%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007356
2#00664D
3#005943
4#004D39
5#004030
6#003326
7#00261D
8#001A13
9#000D0A
Tints
Lighter variations
1#00A67C
2#00CC99
3#00F2B6
4#1AFFC6
5#40FFCF
6#66FFD9
7#8CFFE2
8#B3FFEC
9#D9FFF5
Tones
Muted variations
1#06795C
2#0D7359
3#136C56
4#196653
5#206050
6#26594D
7#2D5349
8#334D46
9#394643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DBFFF6;
--teal-200: #BDFFEE;
--teal-300: #8AFFE2;
--teal-400: #4DFFD2;
--teal-500: #1AFFC6;
--teal-600: #00E0A8;
--teal-700: #00B386;
--teal-800: #008060;
--teal-900: #00523D;
--teal-950: #003326;
}