Teal
#02B16B
GreenColor Codes
All color formats for development
HEX
#02B16BRGB
rgb(2, 177, 107)HSL
hsl(156, 98%, 35%)OKLCH
oklch(0.669 0.16 156.7)CMYK
cmyk(99%, 0%, 40%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F60
2#018D55
3#017C4B
4#016A40
5#015835
6#01472B
7#013520
8#002315
9#00120B
Tints
Lighter variations
1#02D27F
2#02F292
3#19FDA2
4#3AFDAF
5#5BFDBC
6#7CFECA
7#9DFED7
8#BDFEE4
9#DEFFF2
Tones
Muted variations
1#0BA869
2#139F67
3#1C9665
4#258E64
5#2E8562
6#367C60
7#3F735E
8#486B5D
9#51625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED0 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B16B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015131 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFFF1;
--teal-200: #BDFEE4;
--teal-300: #8BFED0;
--teal-400: #4EFDB7;
--teal-500: #1CFDA3;
--teal-600: #02DE86;
--teal-700: #02B16B;
--teal-800: #017E4C;
--teal-900: #015131;
--teal-950: #01321E;
}