Teal
#02B191
CyanColor Codes
All color formats for development
HEX
#02B191RGB
rgb(2, 177, 145)HSL
hsl(169, 98%, 35%)OKLCH
oklch(0.678 0.129 173.6)CMYK
cmyk(99%, 0%, 18%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F82
2#018D74
3#017C65
4#016A57
5#015848
6#01473A
7#01352B
8#00231D
9#00120E
Tints
Lighter variations
1#02D2AC
2#02F2C6
3#19FDD3
4#3AFDD9
5#5BFDE0
6#7CFEE6
7#9DFEEC
8#BDFEF2
9#DEFFF9
Tones
Muted variations
1#0BA88B
2#139F86
3#1C9680
4#258E7A
5#2E8575
6#367C6F
7#3F736A
8#486B64
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDDD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015142 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFFF8;
--teal-200: #BDFEF2;
--teal-300: #8BFEE9;
--teal-400: #4EFDDD;
--teal-500: #1CFDD3;
--teal-600: #02DEB6;
--teal-700: #02B191;
--teal-800: #017E67;
--teal-900: #015142;
--teal-950: #013229;
}