Teal
#02B182
GreenColor Codes
All color formats for development
HEX
#02B182RGB
rgb(2, 177, 130)HSL
hsl(164, 98%, 35%)OKLCH
oklch(0.674 0.14 165.8)CMYK
cmyk(99%, 0%, 27%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F75
2#018D68
3#017C5B
4#016A4E
5#015841
6#014734
7#013527
8#00231A
9#00120D
Tints
Lighter variations
1#02D29A
2#02F2B2
3#19FDC0
4#3AFDC9
5#5BFDD2
6#7CFEDB
7#9DFEE4
8#BDFEED
9#DEFFF6
Tones
Muted variations
1#0BA87E
2#139F7A
3#1C9676
4#258E72
5#2E856E
6#367C6A
7#3F7365
8#486B61
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDF | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCF | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFFF5;
--teal-200: #BDFEED;
--teal-300: #8BFEDF;
--teal-400: #4EFDCF;
--teal-500: #1CFDC1;
--teal-600: #02DEA4;
--teal-700: #02B182;
--teal-800: #017E5D;
--teal-900: #01513B;
--teal-950: #013225;
}