Teal
#02B17F
GreenColor Codes
All color formats for development
HEX
#02B17FRGB
rgb(2, 177, 127)HSL
hsl(163, 98%, 35%)OKLCH
oklch(0.674 0.142 164.4)CMYK
cmyk(99%, 0%, 28%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F72
2#018D66
3#017C59
4#016A4C
5#015840
6#014733
7#013526
8#002319
9#00120D
Tints
Lighter variations
1#02D297
2#02F2AE
3#19FDBC
4#3AFDC6
5#5BFDCF
6#7CFED9
7#9DFEE2
8#BDFEEC
9#DEFFF5
Tones
Muted variations
1#0BA87B
2#139F78
3#1C9674
4#258E70
5#2E856C
6#367C68
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 #BDFEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDD | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B17F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFFF5;
--teal-200: #BDFEEC;
--teal-300: #8BFEDD;
--teal-400: #4EFDCC;
--teal-500: #1CFDBD;
--teal-600: #02DEA0;
--teal-700: #02B17F;
--teal-800: #017E5B;
--teal-900: #01513A;
--teal-950: #013224;
}