Teal
#00B377
GreenColor Codes
All color formats for development
HEX
#00B377RGB
rgb(0, 179, 119)HSL
hsl(160, 100%, 35%)OKLCH
oklch(0.677 0.152 160.5)CMYK
cmyk(100%, 0%, 34%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A16B
2#008F5F
3#007D53
4#006B47
5#00593B
6#004730
7#003624
8#002418
9#00120C
Tints
Lighter variations
1#00D48D
2#00F5A3
3#17FFB2
4#38FFBD
5#59FFC8
6#7AFFD3
7#9CFFDE
8#BDFFE9
9#DEFFF4
Tones
Muted variations
1#09AA74
2#12A171
3#1B986E
4#248F6B
5#2D8668
6#367D65
7#3E7462
8#476B5F
9#50625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DBFFF3;
--teal-200: #BDFFE9;
--teal-300: #8AFFD8;
--teal-400: #4DFFC3;
--teal-500: #1AFFB2;
--teal-600: #00E096;
--teal-700: #00B377;
--teal-800: #008055;
--teal-900: #005236;
--teal-950: #003322;
}