Teal
#05AD78
GreenColor Codes
All color formats for development
HEX
#05AD78RGB
rgb(5, 173, 120)HSL
hsl(161, 94%, 35%)OKLCH
oklch(0.661 0.143 162.5)CMYK
cmyk(97%, 0%, 31%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C6C
2#048B60
3#047954
4#036848
5#03573C
6#024530
7#023424
8#012318
9#01110C
Tints
Lighter variations
1#06CD8E
2#07EDA5
3#1EF8B3
4#3EF9BE
5#5EFAC9
6#7EFBD4
7#9FFCDE
8#BFFDE9
9#DFFEF4
Tones
Muted variations
1#0EA575
2#169C72
3#1F946F
4#278C6C
5#2F8369
6#387B66
7#407262
8#486A5F
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD9 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF3;
--teal-200: #BFFDE9;
--teal-300: #8DFBD9;
--teal-400: #52FAC5;
--teal-500: #20F8B4;
--teal-600: #07DA97;
--teal-700: #05AD78;
--teal-800: #047C56;
--teal-900: #024F37;
--teal-950: #023122;
}