Teal
#05AD7E
GreenColor Codes
All color formats for development
HEX
#05AD7ERGB
rgb(5, 173, 126)HSL
hsl(163, 94%, 35%)OKLCH
oklch(0.663 0.138 165.2)CMYK
cmyk(97%, 0%, 27%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C71
2#048B64
3#047958
4#03684B
5#03573F
6#024532
7#023426
8#012319
9#01110D
Tints
Lighter variations
1#06CD95
2#07EDAC
3#1EF8BA
4#3EF9C4
5#5EFACE
6#7EFBD8
7#9FFCE2
8#BFFDEB
9#DFFEF5
Tones
Muted variations
1#0EA57A
2#169C76
3#1F9473
4#278C6F
5#2F836B
6#387B68
7#407264
8#486A61
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBDC | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FACA | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF4;
--teal-200: #BFFDEB;
--teal-300: #8DFBDC;
--teal-400: #52FACA;
--teal-500: #20F8BB;
--teal-600: #07DA9E;
--teal-700: #05AD7E;
--teal-800: #047C5A;
--teal-900: #024F39;
--teal-950: #023124;
}