Teal
#02B199
CyanColor Codes
All color formats for development
HEX
#02B199RGB
rgb(2, 177, 153)HSL
hsl(172, 98%, 35%)OKLCH
oklch(0.681 0.125 178.4)CMYK
cmyk(99%, 0%, 14%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F8A
2#018D7B
3#017C6B
4#016A5C
5#01584D
6#01473D
7#01352E
8#00231F
9#00120F
Tints
Lighter variations
1#02D2B6
2#02F2D2
3#19FDDE
4#3AFDE3
5#5BFDE8
6#7CFEEC
7#9DFEF1
8#BDFEF6
9#DEFFFA
Tones
Muted variations
1#0BA893
2#139F8D
3#1C9686
4#258E80
5#2E8579
6#367C73
7#3F736C
8#486B66
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015146 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFFFA;
--teal-200: #BDFEF6;
--teal-300: #8BFEEE;
--teal-400: #4EFDE6;
--teal-500: #1CFDDF;
--teal-600: #02DEC1;
--teal-700: #02B199;
--teal-800: #017E6E;
--teal-900: #015146;
--teal-950: #01322C;
}