Teal
#00B37D
GreenColor Codes
All color formats for development
HEX
#00B37DRGB
rgb(0, 179, 125)HSL
hsl(162, 100%, 35%)OKLCH
oklch(0.678 0.147 162.9)CMYK
cmyk(100%, 0%, 30%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A170
2#008F64
3#007D57
4#006B4B
5#00593E
6#004732
7#003625
8#002419
9#00120C
Tints
Lighter variations
1#00D494
2#00F5AB
3#17FFB9
4#38FFC3
5#59FFCD
6#7AFFD7
7#9CFFE1
8#BDFFEB
9#DEFFF5
Tones
Muted variations
1#09AA79
2#12A176
3#1B9872
4#248F6F
5#2D866B
6#367D68
7#3E7464
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 #BDFFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E09D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005239 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DBFFF4;
--teal-200: #BDFFEB;
--teal-300: #8AFFDC;
--teal-400: #4DFFC9;
--teal-500: #1AFFBA;
--teal-600: #00E09D;
--teal-700: #00B37D;
--teal-800: #008059;
--teal-900: #005239;
--teal-950: #003324;
}