Teal
#02B194
CyanColor Codes
All color formats for development
HEX
#02B194RGB
rgb(2, 177, 148)HSL
hsl(170, 98%, 35%)OKLCH
oklch(0.679 0.127 175.3)CMYK
cmyk(99%, 0%, 16%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F85
2#018D76
3#017C67
4#016A59
5#01584A
6#01473B
7#01352C
8#00231E
9#00120F
Tints
Lighter variations
1#02D2AF
2#02F2CA
3#19FDD7
4#3AFDDD
5#5BFDE2
6#7CFEE8
7#9DFEEE
8#BDFEF4
9#DEFFF9
Tones
Muted variations
1#0BA88E
2#139F88
3#1C9682
4#258E7C
5#2E8576
6#367C71
7#3F736B
8#486B65
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEB | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015143 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFFF9;
--teal-200: #BDFEF4;
--teal-300: #8BFEEB;
--teal-400: #4EFDE0;
--teal-500: #1CFDD7;
--teal-600: #02DEBA;
--teal-700: #02B194;
--teal-800: #017E69;
--teal-900: #015143;
--teal-950: #01322A;
}