Teal
#02B176
GreenColor Codes
All color formats for development
HEX
#02B176RGB
rgb(2, 177, 118)HSL
hsl(160, 98%, 35%)OKLCH
oklch(0.671 0.15 160.6)CMYK
cmyk(99%, 0%, 33%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F6B
2#018D5F
3#017C53
4#016A47
5#01583B
6#01472F
7#013524
8#002318
9#00120C
Tints
Lighter variations
1#02D28C
2#02F2A2
3#19FDB1
4#3AFDBC
5#5BFDC7
6#7CFED2
7#9DFEDE
8#BDFEE9
9#DEFFF4
Tones
Muted variations
1#0BA873
2#139F71
3#1C966E
4#258E6B
5#2E8568
6#367C65
7#3F7362
8#486B5F
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED8 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015136 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFFF3;
--teal-200: #BDFEE9;
--teal-300: #8BFED8;
--teal-400: #4EFDC3;
--teal-500: #1CFDB2;
--teal-600: #02DE95;
--teal-700: #02B176;
--teal-800: #017E55;
--teal-900: #015136;
--teal-950: #013222;
}