Teal
#02B19F
CyanColor Codes
All color formats for development
HEX
#02B19FRGB
rgb(2, 177, 159)HSL
hsl(174, 98%, 35%)OKLCH
oklch(0.682 0.122 182.2)CMYK
cmyk(99%, 0%, 10%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F8F
2#018D7F
3#017C6F
4#016A60
5#015850
6#014740
7#013530
8#002320
9#001210
Tints
Lighter variations
1#02D2BD
2#02F2DA
3#19FDE6
4#3AFDEA
5#5BFDED
6#7CFEF1
7#9DFEF4
8#BDFEF8
9#DEFFFB
Tones
Muted variations
1#0BA898
2#139F91
3#1C968A
4#258E83
5#2E857C
6#367C75
7#3F736E
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 #BDFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF2 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDEC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015149 | 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: #BDFEF8;
--teal-300: #8BFEF2;
--teal-400: #4EFDEC;
--teal-500: #1CFDE6;
--teal-600: #02DEC8;
--teal-700: #02B19F;
--teal-800: #017E72;
--teal-900: #015149;
--teal-950: #01322D;
}