Teal
#047C56
GreenColor Codes
All color formats for development
HEX
#047C56RGB
rgb(4, 124, 86)HSL
hsl(161, 94%, 25%)OKLCH
oklch(0.519 0.111 163.1)CMYK
cmyk(97%, 0%, 31%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F4D
2#036345
3#03573C
4#024A33
5#023E2B
6#023122
7#01251A
8#011911
9#000C09
Tints
Lighter variations
1#05A16F
2#06C689
3#07EBA3
4#20F8B4
5#45F9C0
6#6BFACD
7#90FCD9
8#B5FDE6
9#DAFEF2
Tones
Muted variations
1#0A7654
2#107051
3#166A4F
4#1C644D
5#225E4B
6#285849
7#2E5246
8#344C44
9#3A4642
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 #BFFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD9 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF3;
--teal-200: #BFFDE9;
--teal-300: #8DFBD9;
--teal-400: #52FAC5;
--teal-500: #20F8B4;
--teal-600: #07DA97;
--teal-700: #05AD78;
--teal-800: #047C56;
--teal-900: #024F37;
--teal-950: #023122;
}