Teal
#047C58
GreenColor Codes
All color formats for development
HEX
#047C58RGB
rgb(4, 124, 88)HSL
hsl(162, 94%, 25%)OKLCH
oklch(0.52 0.109 164.3)CMYK
cmyk(97%, 0%, 29%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F4F
2#036346
3#03573D
4#024A35
5#023E2C
6#023123
7#01251A
8#011912
9#000C09
Tints
Lighter variations
1#05A172
2#06C68C
3#07EBA7
4#20F8B7
5#45F9C3
6#6BFACF
7#90FCDB
8#B5FDE7
9#DAFEF3
Tones
Muted variations
1#0A7655
2#107053
3#166A51
4#1C644E
5#225E4C
6#285849
7#2E5247
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 #BFFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBDA | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF4;
--teal-200: #BFFDEA;
--teal-300: #8DFBDA;
--teal-400: #52FAC7;
--teal-500: #20F8B7;
--teal-600: #07DA9A;
--teal-700: #05AD7B;
--teal-800: #047C58;
--teal-900: #024F38;
--teal-950: #023123;
}