Teal
#00805B
GreenColor Codes
All color formats for development
HEX
#00805BRGB
rgb(0, 128, 91)HSL
hsl(163, 100%, 25%)OKLCH
oklch(0.531 0.112 164.5)CMYK
cmyk(100%, 0%, 29%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007352
2#006649
3#005940
4#004D37
5#00402E
6#003325
7#00261B
8#001A12
9#000D09
Tints
Lighter variations
1#00A677
2#00CC92
3#00F2AE
4#1AFFBE
5#40FFC9
6#66FFD4
7#8CFFDE
8#B3FFE9
9#D9FFF4
Tones
Muted variations
1#067959
2#0D7356
3#136C53
4#196650
5#20604E
6#26594B
7#2D5348
8#334D45
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 #BDFFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDE | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCC | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523A | 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: #BDFFEC;
--teal-300: #8AFFDE;
--teal-400: #4DFFCC;
--teal-500: #1AFFBE;
--teal-600: #00E0A1;
--teal-700: #00B380;
--teal-800: #00805B;
--teal-900: #00523A;
--teal-950: #003325;
}