Teal
#00B37A
GreenColor Codes
All color formats for development
HEX
#00B37ARGB
rgb(0, 179, 122)HSL
hsl(161, 100%, 35%)OKLCH
oklch(0.678 0.149 161.7)CMYK
cmyk(100%, 0%, 32%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A16E
2#008F62
3#007D55
4#006B49
5#00593D
6#004731
7#003625
8#002418
9#00120C
Tints
Lighter variations
1#00D491
2#00F5A7
3#17FFB6
4#38FFC0
5#59FFCB
6#7AFFD5
7#9CFFE0
8#BDFFEA
9#DEFFF5
Tones
Muted variations
1#09AA77
2#12A173
3#1B9870
4#248F6D
5#2D866A
6#367D66
7#3E7463
8#476B60
9#50625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005238 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DBFFF4;
--teal-200: #BDFFEA;
--teal-300: #8AFFDA;
--teal-400: #4DFFC6;
--teal-500: #1AFFB6;
--teal-600: #00E099;
--teal-700: #00B37A;
--teal-800: #008057;
--teal-900: #005238;
--teal-950: #003323;
}