Teal
#00B374
GreenColor Codes
All color formats for development
HEX
#00B374RGB
rgb(0, 179, 116)HSL
hsl(159, 100%, 35%)OKLCH
oklch(0.676 0.154 159.4)CMYK
cmyk(100%, 0%, 35%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A168
2#008F5D
3#007D51
4#006B46
5#00593A
6#00472E
7#003623
8#002417
9#00120C
Tints
Lighter variations
1#00D48A
2#00F59F
3#17FFAE
4#38FFB9
5#59FFC5
6#7AFFD1
7#9CFFDC
8#BDFFE8
9#DEFFF3
Tones
Muted variations
1#09AA71
2#12A16F
3#1B986C
4#248F69
5#2D8667
6#367D64
7#3E7461
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 #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DBFFF3;
--teal-200: #BDFFE8;
--teal-300: #8AFFD6;
--teal-400: #4DFFC1;
--teal-500: #1AFFAF;
--teal-600: #00E092;
--teal-700: #00B374;
--teal-800: #008053;
--teal-900: #005235;
--teal-950: #003321;
}