Teal
#05AD80
GreenColor Codes
All color formats for development
HEX
#05AD80RGB
rgb(5, 173, 128)HSL
hsl(164, 94%, 35%)OKLCH
oklch(0.663 0.137 166.2)CMYK
cmyk(97%, 0%, 26%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C74
2#048B67
3#04795A
4#03684D
5#035740
6#024533
7#023427
8#01231A
9#01110D
Tints
Lighter variations
1#06CD98
2#07EDB0
3#1EF8BE
4#3EF9C7
5#5EFAD0
6#7EFBDA
7#9FFCE3
8#BFFDEC
9#DFFEF6
Tones
Muted variations
1#0EA57C
2#169C79
3#1F9475
4#278C71
5#2F836D
6#387B69
7#407265
8#486A61
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBDE | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FACD | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF5;
--teal-200: #BFFDEC;
--teal-300: #8DFBDE;
--teal-400: #52FACD;
--teal-500: #20F8BF;
--teal-600: #07DAA1;
--teal-700: #05AD80;
--teal-800: #047C5C;
--teal-900: #024F3B;
--teal-950: #023125;
}