Teal
#02B1A5
CyanColor Codes
All color formats for development
HEX
#02B1A5RGB
rgb(2, 177, 165)HSL
hsl(176, 98%, 35%)OKLCH
oklch(0.684 0.12 186.3)CMYK
cmyk(99%, 0%, 7%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029F95
2#018D84
3#017C74
4#016A63
5#015853
6#014742
7#013532
8#002321
9#001211
Tints
Lighter variations
1#02D2C4
2#02F2E2
3#19FDEE
4#3AFDF0
5#5BFDF3
6#7CFEF5
7#9DFEF8
8#BDFEFA
9#DEFFFD
Tones
Muted variations
1#0BA89D
2#139F96
3#1C968E
4#258E87
5#2E857F
6#367C78
7#3F7370
8#486B68
9#516261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DECF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01514B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFFFC;
--teal-200: #BDFEFA;
--teal-300: #8BFEF6;
--teal-400: #4EFDF2;
--teal-500: #1CFDEE;
--teal-600: #02DECF;
--teal-700: #02B1A5;
--teal-800: #017E76;
--teal-900: #01514B;
--teal-950: #01322F;
}