Teal
#047C74
CyanColor Codes
All color formats for development
HEX
#047C74RGB
rgb(4, 124, 116)HSL
hsl(176, 94%, 25%)OKLCH
oklch(0.528 0.091 186.9)CMYK
cmyk(97%, 0%, 6%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F68
2#03635D
3#035751
4#024A45
5#023E3A
6#02312E
7#012523
8#011917
9#000C0C
Tints
Lighter variations
1#05A196
2#06C6B9
3#07EBDC
4#20F8EA
5#45F9ED
6#6BFAF1
7#90FCF4
8#B5FDF8
9#DAFEFB
Tones
Muted variations
1#0A766E
2#107069
3#166A64
4#1C645F
5#225E5A
6#285855
7#2E524F
8#344C4A
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF4 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05ADA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFEFC;
--teal-200: #BFFDF9;
--teal-300: #8DFBF4;
--teal-400: #52FAEE;
--teal-500: #20F8EA;
--teal-600: #07DACC;
--teal-700: #05ADA2;
--teal-800: #047C74;
--teal-900: #024F4A;
--teal-950: #02312E;
}