Teal
#05AD72
GreenColor Codes
All color formats for development
HEX
#05AD72RGB
rgb(5, 173, 114)HSL
hsl(159, 94%, 35%)OKLCH
oklch(0.66 0.148 160.1)CMYK
cmyk(97%, 0%, 34%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C67
2#048B5C
3#047950
4#036845
5#035739
6#02452E
7#023422
8#012317
9#01110B
Tints
Lighter variations
1#06CD88
2#07ED9D
3#1EF8AC
4#3EF9B8
5#5EFAC3
6#7EFBCF
7#9FFCDB
8#BFFDE7
9#DFFEF3
Tones
Muted variations
1#0EA570
2#169C6D
3#1F946B
4#278C68
5#2F8366
6#387B63
7#407261
8#486A5E
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD5 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FABF | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F34 | 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: #DCFEF2;
--teal-200: #BFFDE7;
--teal-300: #8DFBD5;
--teal-400: #52FABF;
--teal-500: #20F8AD;
--teal-600: #07DA90;
--teal-700: #05AD72;
--teal-800: #047C52;
--teal-900: #024F34;
--teal-950: #023121;
}