Teal
#02B188
CyanColor Codes
All color formats for development
HEX
#02B188RGB
rgb(2, 177, 136)HSL
hsl(166, 98%, 35%)OKLCH
oklch(0.676 0.135 168.7)CMYK
cmyk(99%, 0%, 23%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F7A
2#018D6D
3#017C5F
4#016A52
5#015844
6#014736
7#013529
8#00231B
9#00120E
Tints
Lighter variations
1#02D2A1
2#02F2BA
3#19FDC8
4#3AFDD0
5#5BFDD7
6#7CFEDF
7#9DFEE7
8#BDFEEF
9#DEFFF7
Tones
Muted variations
1#0BA883
2#139F7F
3#1C967A
4#258E75
5#2E8571
6#367C6C
7#3F7367
8#486B63
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE3 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDD4 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFFF6;
--teal-200: #BDFEEF;
--teal-300: #8BFEE3;
--teal-400: #4EFDD4;
--teal-500: #1CFDC8;
--teal-600: #02DEAB;
--teal-700: #02B188;
--teal-800: #017E61;
--teal-900: #01513E;
--teal-950: #013227;
}