Teal
#05AD9A
CyanColor Codes
All color formats for development
HEX
#05AD9ARGB
rgb(5, 173, 154)HSL
hsl(173, 94%, 35%)OKLCH
oklch(0.671 0.12 181.3)CMYK
cmyk(97%, 0%, 11%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C8A
2#048B7B
3#04796B
4#03685C
5#03574D
6#02453D
7#02342E
8#01231F
9#01110F
Tints
Lighter variations
1#06CDB6
2#07EDD3
3#1EF8DF
4#3EF9E3
5#5EFAE8
6#7EFBEC
7#9FFCF1
8#BFFDF6
9#DFFEFA
Tones
Muted variations
1#0EA593
2#169C8D
3#1F9486
4#278C80
5#2F8379
6#387B73
7#40726D
8#486A66
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBEF | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFA;
--teal-200: #BFFDF6;
--teal-300: #8DFBEF;
--teal-400: #52FAE6;
--teal-500: #20F8DF;
--teal-600: #07DAC1;
--teal-700: #05AD9A;
--teal-800: #047C6E;
--teal-900: #024F46;
--teal-950: #02312C;
}