Teal
#047C5C
GreenColor Codes
All color formats for development
HEX
#047C5CRGB
rgb(4, 124, 92)HSL
hsl(164, 94%, 25%)OKLCH
oklch(0.521 0.106 166.9)CMYK
cmyk(97%, 0%, 26%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F53
2#036349
3#035740
4#024A37
5#023E2E
6#023125
7#01251C
8#011912
9#000C09
Tints
Lighter variations
1#05A177
2#06C693
3#07EBAE
4#20F8BF
5#45F9C9
6#6BFAD4
7#90FCDF
8#B5FDEA
9#DAFEF4
Tones
Muted variations
1#0A7659
2#107056
3#166A53
4#1C6451
5#225E4E
6#28584B
7#2E5248
8#344C45
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBDE | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FACD | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF5;
--teal-200: #BFFDEC;
--teal-300: #8DFBDE;
--teal-400: #52FACD;
--teal-500: #20F8BF;
--teal-600: #07DAA1;
--teal-700: #05AD80;
--teal-800: #047C5C;
--teal-900: #024F3B;
--teal-950: #023125;
}