Teal
#05AD6D
GreenColor Codes
All color formats for development
HEX
#05AD6DRGB
rgb(5, 173, 109)HSL
hsl(157, 94%, 35%)OKLCH
oklch(0.659 0.153 158.2)CMYK
cmyk(97%, 0%, 37%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C62
2#048B57
3#04794C
4#036841
5#035736
6#02452C
7#023421
8#012316
9#01110B
Tints
Lighter variations
1#06CD81
2#07ED95
3#1EF8A4
4#3EF9B1
5#5EFABE
6#7EFBCB
7#9FFCD8
8#BFFDE5
9#DFFEF2
Tones
Muted variations
1#0EA56B
2#169C69
3#1F9467
4#278C65
5#2F8363
6#387B61
7#40725F
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 #BFFDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD1 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAB9 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F32 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF1;
--teal-200: #BFFDE5;
--teal-300: #8DFBD1;
--teal-400: #52FAB9;
--teal-500: #20F8A5;
--teal-600: #07DA89;
--teal-700: #05AD6D;
--teal-800: #047C4E;
--teal-900: #024F32;
--teal-950: #02311F;
}