Teal
#047C54
GreenColor Codes
All color formats for development
HEX
#047C54RGB
rgb(4, 124, 84)HSL
hsl(160, 94%, 25%)OKLCH
oklch(0.519 0.113 161.9)CMYK
cmyk(97%, 0%, 32%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F4B
2#036343
3#03573B
4#024A32
5#023E2A
6#023121
7#012519
8#011911
9#000C08
Tints
Lighter variations
1#05A16D
2#06C686
3#07EB9F
4#20F8B0
5#45F9BD
6#6BFACA
7#90FCD8
8#B5FDE5
9#DAFEF2
Tones
Muted variations
1#0A7652
2#107050
3#166A4E
4#1C644C
5#225E4A
6#285848
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 #BFFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD7 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC2 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA93 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F36 | 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: #DCFEF3;
--teal-200: #BFFDE8;
--teal-300: #8DFBD7;
--teal-400: #52FAC2;
--teal-500: #20F8B0;
--teal-600: #07DA93;
--teal-700: #05AD75;
--teal-800: #047C54;
--teal-900: #024F36;
--teal-950: #023121;
}