Teal
#02B18B
CyanColor Codes
All color formats for development
HEX
#02B18BRGB
rgb(2, 177, 139)HSL
hsl(167, 98%, 35%)OKLCH
oklch(0.677 0.133 170.3)CMYK
cmyk(99%, 0%, 21%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F7D
2#018D6F
3#017C61
4#016A53
5#015845
6#014738
7#01352A
8#00231C
9#00120E
Tints
Lighter variations
1#02D2A5
2#02F2BE
3#19FDCB
4#3AFDD3
5#5BFDDA
6#7CFEE2
7#9DFEE9
8#BDFEF0
9#DEFFF8
Tones
Muted variations
1#0BA886
2#139F81
3#1C967C
4#258E77
5#2E8572
6#367C6D
7#3F7368
8#486B63
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE5 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFFF7;
--teal-200: #BDFEF0;
--teal-300: #8BFEE5;
--teal-400: #4EFDD7;
--teal-500: #1CFDCC;
--teal-600: #02DEAF;
--teal-700: #02B18B;
--teal-800: #017E63;
--teal-900: #01513F;
--teal-950: #013228;
}