Teal
#008057
GreenColor Codes
All color formats for development
HEX
#008057RGB
rgb(0, 128, 87)HSL
hsl(161, 100%, 25%)OKLCH
oklch(0.53 0.116 162.2)CMYK
cmyk(100%, 0%, 32%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00734E
2#006646
3#00593D
4#004D34
5#00402C
6#003323
7#00261A
8#001A11
9#000D09
Tints
Lighter variations
1#00A671
2#00CC8B
3#00F2A6
4#1AFFB6
5#40FFC2
6#66FFCF
7#8CFFDB
8#B3FFE7
9#D9FFF3
Tones
Muted variations
1#067955
2#0D7352
3#136C50
4#19664E
5#20604B
6#265949
7#2D5347
8#334D44
9#394642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005238 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DBFFF4;
--teal-200: #BDFFEA;
--teal-300: #8AFFDA;
--teal-400: #4DFFC6;
--teal-500: #1AFFB6;
--teal-600: #00E099;
--teal-700: #00B37A;
--teal-800: #008057;
--teal-900: #005238;
--teal-950: #003323;
}