Teal
#00B371
GreenColor Codes
All color formats for development
HEX
#00B371RGB
rgb(0, 179, 113)HSL
hsl(158, 100%, 35%)OKLCH
oklch(0.676 0.157 158.3)CMYK
cmyk(100%, 0%, 37%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A166
2#008F5A
3#007D4F
4#006B44
5#005939
6#00472D
7#003622
8#002417
9#00120B
Tints
Lighter variations
1#00D486
2#00F59B
3#17FFAA
4#38FFB6
5#59FFC2
6#7AFFCE
7#9CFFDB
8#BDFFE7
9#DEFFF3
Tones
Muted variations
1#09AA6F
2#12A16C
3#1B986A
4#248F68
5#2D8665
6#367D63
7#3E7460
8#476B5E
9#50625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBE | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005234 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DBFFF2;
--teal-200: #BDFFE7;
--teal-300: #8AFFD4;
--teal-400: #4DFFBE;
--teal-500: #1AFFAB;
--teal-600: #00E08E;
--teal-700: #00B371;
--teal-800: #008051;
--teal-900: #005234;
--teal-950: #003320;
}