Teal
#02B179
GreenColor Codes
All color formats for development
HEX
#02B179RGB
rgb(2, 177, 121)HSL
hsl(161, 98%, 35%)OKLCH
oklch(0.672 0.147 161.8)CMYK
cmyk(99%, 0%, 32%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F6D
2#018D61
3#017C55
4#016A49
5#01583D
6#014731
7#013524
8#002318
9#00120C
Tints
Lighter variations
1#02D290
2#02F2A6
3#19FDB5
4#3AFDBF
5#5BFDCA
6#7CFED5
7#9DFEDF
8#BDFEEA
9#DEFFF4
Tones
Muted variations
1#0BA876
2#139F73
3#1C9670
4#258E6C
5#2E8569
6#367C66
7#3F7363
8#486B60
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015137 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFFF4;
--teal-200: #BDFEEA;
--teal-300: #8BFED9;
--teal-400: #4EFDC6;
--teal-500: #1CFDB5;
--teal-600: #02DE99;
--teal-700: #02B179;
--teal-800: #017E57;
--teal-900: #015137;
--teal-950: #013223;
}