Teal
#05ADA2
CyanColor Codes
All color formats for development
HEX
#05ADA2RGB
rgb(5, 173, 162)HSL
hsl(176, 94%, 35%)OKLCH
oklch(0.673 0.117 186.8)CMYK
cmyk(97%, 0%, 6%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C92
2#048B82
3#047971
4#036861
5#035751
6#024541
7#023431
8#012320
9#011110
Tints
Lighter variations
1#06CDC0
2#07EDDE
3#1EF8E9
4#3EF9ED
5#5EFAF0
6#7EFBF3
7#9FFCF6
8#BFFDF9
9#DFFEFC
Tones
Muted variations
1#0EA59B
2#169C93
3#1F948C
4#278C85
5#2F837E
6#387B76
7#40726F
8#486A68
9#516261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF4 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05ADA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFEFC;
--teal-200: #BFFDF9;
--teal-300: #8DFBF4;
--teal-400: #52FAEE;
--teal-500: #20F8EA;
--teal-600: #07DACC;
--teal-700: #05ADA2;
--teal-800: #047C74;
--teal-900: #024F4A;
--teal-950: #02312E;
}