Teal
#05AD6A
GreenColor Codes
All color formats for development
HEX
#05AD6ARGB
rgb(5, 173, 106)HSL
hsl(156, 94%, 35%)OKLCH
oklch(0.658 0.156 157.1)CMYK
cmyk(97%, 0%, 39%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C5F
2#048B55
3#04794A
4#036840
5#035735
6#02452A
7#023420
8#012315
9#01110B
Tints
Lighter variations
1#06CD7E
2#07ED91
3#1EF8A1
4#3EF9AE
5#5EFABC
6#7EFBC9
7#9FFCD7
8#BFFDE4
9#DFFEF2
Tones
Muted variations
1#0EA568
2#169C67
3#1F9465
4#278C63
5#2F8362
6#387B60
7#40725E
8#486A5D
9#51625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBCF | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAB7 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F30 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF1;
--teal-200: #BFFDE4;
--teal-300: #8DFBCF;
--teal-400: #52FAB7;
--teal-500: #20F8A2;
--teal-600: #07DA85;
--teal-700: #05AD6A;
--teal-800: #047C4C;
--teal-900: #024F30;
--teal-950: #02311E;
}