Teal
#00B380
GreenColor Codes
All color formats for development
HEX
#00B380RGB
rgb(0, 179, 128)HSL
hsl(163, 100%, 35%)OKLCH
oklch(0.679 0.144 164.2)CMYK
cmyk(100%, 0%, 28%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A173
2#008F66
3#007D5A
4#006B4D
5#005940
6#004733
7#003626
8#00241A
9#00120D
Tints
Lighter variations
1#00D498
2#00F5AF
3#17FFBD
4#38FFC7
5#59FFD0
6#7AFFD9
7#9CFFE3
8#BDFFEC
9#DEFFF6
Tones
Muted variations
1#09AA7C
2#12A178
3#1B9874
4#248F70
5#2D866D
6#367D69
7#3E7465
8#476B61
9#50625D
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;
}