Teal
#05AD8E
CyanColor Codes
All color formats for development
HEX
#05AD8ERGB
rgb(5, 173, 142)HSL
hsl(169, 94%, 35%)OKLCH
oklch(0.667 0.127 173.7)CMYK
cmyk(97%, 0%, 18%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C80
2#048B72
3#047964
4#036855
5#035747
6#024539
7#02342B
8#01231C
9#01110E
Tints
Lighter variations
1#06CDA9
2#07EDC3
3#1EF8D0
4#3EF9D7
5#5EFADD
6#7EFBE4
7#9FFCEB
8#BFFDF2
9#DFFEF8
Tones
Muted variations
1#0EA589
2#169C84
3#1F947E
4#278C79
5#2F8374
6#387B6F
7#407269
8#486A64
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE7 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FADB | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF8;
--teal-200: #BFFDF2;
--teal-300: #8DFBE7;
--teal-400: #52FADB;
--teal-500: #20F8D1;
--teal-600: #07DAB3;
--teal-700: #05AD8E;
--teal-800: #047C66;
--teal-900: #024F41;
--teal-950: #023129;
}