Teal
#00805E
GreenColor Codes
All color formats for development
HEX
#00805ERGB
rgb(0, 128, 94)HSL
hsl(164, 100%, 25%)OKLCH
oklch(0.532 0.11 166.4)CMYK
cmyk(100%, 0%, 27%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007354
2#00664B
3#005941
4#004D38
5#00402F
6#003325
7#00261C
8#001A13
9#000D09
Tints
Lighter variations
1#00A67A
2#00CC96
3#00F2B2
4#1AFFC2
5#40FFCC
6#66FFD6
7#8CFFE0
8#B3FFEB
9#D9FFF5
Tones
Muted variations
1#06795B
2#0D7358
3#136C55
4#196652
5#20604F
6#26594C
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 #DBFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DBFFF5;
--teal-200: #BDFFED;
--teal-300: #8AFFE0;
--teal-400: #4DFFCF;
--teal-500: #1AFFC2;
--teal-600: #00E0A5;
--teal-700: #00B383;
--teal-800: #00805E;
--teal-900: #00523C;
--teal-950: #003325;
}