Teal
#02B173
GreenColor Codes
All color formats for development
HEX
#02B173RGB
rgb(2, 177, 115)HSL
hsl(159, 98%, 35%)OKLCH
oklch(0.671 0.153 159.5)CMYK
cmyk(99%, 0%, 35%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F68
2#018D5C
3#017C51
4#016A45
5#01583A
6#01472E
7#013523
8#002317
9#00120C
Tints
Lighter variations
1#02D289
2#02F29E
3#19FDAD
4#3AFDB9
5#5BFDC4
6#7CFED0
7#9DFEDC
8#BDFEE8
9#DEFFF3
Tones
Muted variations
1#0BA871
2#139F6E
3#1C966C
4#258E69
5#2E8566
6#367C64
7#3F7361
8#486B5E
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015135 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFFF2;
--teal-200: #BDFEE8;
--teal-300: #8BFED6;
--teal-400: #4EFDC0;
--teal-500: #1CFDAE;
--teal-600: #02DE91;
--teal-700: #02B173;
--teal-800: #017E52;
--teal-900: #015135;
--teal-950: #013221;
}