Teal
#02B165
GreenColor Codes
All color formats for development
HEX
#02B165RGB
rgb(2, 177, 101)HSL
hsl(154, 98%, 35%)OKLCH
oklch(0.668 0.165 154.8)CMYK
cmyk(99%, 0%, 43%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F5B
2#018D51
3#017C47
4#016A3D
5#015832
6#014728
7#01351E
8#002314
9#00120A
Tints
Lighter variations
1#02D278
2#02F28A
3#19FD9A
4#3AFDA9
5#5BFDB7
6#7CFEC5
7#9DFED4
8#BDFEE2
9#DEFFF1
Tones
Muted variations
1#0BA864
2#139F63
3#1C9661
4#258E60
5#2E855F
6#367C5E
7#3F735D
8#486B5C
9#51625A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFECC | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFD9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B165 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01512E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF8;
--teal-100: #DCFFEF;
--teal-200: #BDFEE2;
--teal-300: #8BFECC;
--teal-400: #4EFDB1;
--teal-500: #1CFD9B;
--teal-600: #02DE7F;
--teal-700: #02B165;
--teal-800: #017E48;
--teal-900: #01512E;
--teal-950: #01321D;
}