Teal
#05AD9C
CyanColor Codes
All color formats for development
HEX
#05AD9CRGB
rgb(5, 173, 156)HSL
hsl(174, 94%, 35%)OKLCH
oklch(0.671 0.119 182.6)CMYK
cmyk(97%, 0%, 10%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C8D
2#048B7D
3#04796D
4#03685E
5#03574E
6#02453F
7#02342F
8#01231F
9#011110
Tints
Lighter variations
1#06CDB9
2#07EDD6
3#1EF8E2
4#3EF9E6
5#5EFAEA
6#7EFBEF
7#9FFCF3
8#BFFDF7
9#DFFEFB
Tones
Muted variations
1#0EA596
2#169C8F
3#1F9488
4#278C82
5#2F837B
6#387B74
7#40726D
8#486A67
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF0 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE9 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFB;
--teal-200: #BFFDF7;
--teal-300: #8DFBF0;
--teal-400: #52FAE9;
--teal-500: #20F8E3;
--teal-600: #07DAC5;
--teal-700: #05AD9C;
--teal-800: #047C70;
--teal-900: #024F47;
--teal-950: #02312D;
}