Teal
#02B19C
CyanColor Codes
All color formats for development
HEX
#02B19CRGB
rgb(2, 177, 156)HSL
hsl(173, 98%, 35%)OKLCH
oklch(0.682 0.123 180.3)CMYK
cmyk(99%, 0%, 12%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F8D
2#018D7D
3#017C6D
4#016A5E
5#01584E
6#01473F
7#01352F
8#00231F
9#001210
Tints
Lighter variations
1#02D2B9
2#02F2D6
3#19FDE2
4#3AFDE6
5#5BFDEA
6#7CFEEF
7#9DFEF3
8#BDFEF7
9#DEFFFB
Tones
Muted variations
1#0BA896
2#139F8F
3#1C9688
4#258E81
5#2E857B
6#367C74
7#3F736D
8#486B67
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF0 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE9 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015147 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFFFB;
--teal-200: #BDFEF7;
--teal-300: #8BFEF0;
--teal-400: #4EFDE9;
--teal-500: #1CFDE2;
--teal-600: #02DEC4;
--teal-700: #02B19C;
--teal-800: #017E70;
--teal-900: #015147;
--teal-950: #01322D;
}