Teal
#047C5A
GreenColor Codes
All color formats for development
HEX
#047C5ARGB
rgb(4, 124, 90)HSL
hsl(163, 94%, 25%)OKLCH
oklch(0.52 0.107 165.6)CMYK
cmyk(97%, 0%, 27%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F51
2#036348
3#03573F
4#024A36
5#023E2D
6#023124
7#01251B
8#011912
9#000C09
Tints
Lighter variations
1#05A175
2#06C690
3#07EBAA
4#20F8BB
5#45F9C6
6#6BFAD2
7#90FCDD
8#B5FDE8
9#DAFEF4
Tones
Muted variations
1#0A7657
2#107055
3#166A52
4#1C644F
5#225E4D
6#28584A
7#2E5248
8#344C45
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBDC | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FACA | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF4;
--teal-200: #BFFDEB;
--teal-300: #8DFBDC;
--teal-400: #52FACA;
--teal-500: #20F8BB;
--teal-600: #07DA9E;
--teal-700: #05AD7E;
--teal-800: #047C5A;
--teal-900: #024F39;
--teal-950: #023124;
}