Teal
#02B171
GreenColor Codes
All color formats for development
HEX
#02B171RGB
rgb(2, 177, 113)HSL
hsl(158, 98%, 35%)OKLCH
oklch(0.67 0.154 158.7)CMYK
cmyk(99%, 0%, 36%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F65
2#018D5A
3#017C4F
4#016A44
5#015838
6#01472D
7#013522
8#002317
9#00120B
Tints
Lighter variations
1#02D285
2#02F29A
3#19FDA9
4#3AFDB6
5#5BFDC2
6#7CFECE
7#9DFEDA
8#BDFEE7
9#DEFFF3
Tones
Muted variations
1#0BA86E
2#139F6C
3#1C966A
4#258E67
5#2E8565
6#367C63
7#3F7360
8#486B5E
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED4 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDBD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015133 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFFF2;
--teal-200: #BDFEE7;
--teal-300: #8BFED4;
--teal-400: #4EFDBD;
--teal-500: #1CFDAA;
--teal-600: #02DE8E;
--teal-700: #02B171;
--teal-800: #017E50;
--teal-900: #015133;
--teal-950: #013220;
}