Teal
#05AD75
GreenColor Codes
All color formats for development
HEX
#05AD75RGB
rgb(5, 173, 117)HSL
hsl(160, 94%, 35%)OKLCH
oklch(0.661 0.146 161.3)CMYK
cmyk(97%, 0%, 32%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C69
2#048B5E
3#047952
4#036846
5#03573B
6#02452F
7#023423
8#012317
9#01110C
Tints
Lighter variations
1#06CD8B
2#07EDA1
3#1EF8AF
4#3EF9BB
5#5EFAC6
6#7EFBD1
7#9FFCDD
8#BFFDE8
9#DFFEF4
Tones
Muted variations
1#0EA572
2#169C70
3#1F946D
4#278C6A
5#2F8367
6#387B64
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 #BFFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD7 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC2 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA93 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F36 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF3;
--teal-200: #BFFDE8;
--teal-300: #8DFBD7;
--teal-400: #52FAC2;
--teal-500: #20F8B0;
--teal-600: #07DA93;
--teal-700: #05AD75;
--teal-800: #047C54;
--teal-900: #024F36;
--teal-950: #023121;
}