Teal
#047C5E
CyanColor Codes
All color formats for development
HEX
#047C5ERGB
rgb(4, 124, 94)HSL
hsl(165, 94%, 25%)OKLCH
oklch(0.521 0.104 168.3)CMYK
cmyk(97%, 0%, 24%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F54
2#03634B
3#035742
4#024A38
5#023E2F
6#023125
7#01251C
8#011913
9#000C09
Tints
Lighter variations
1#05A17A
2#06C696
3#07EBB2
4#20F8C2
5#45F9CC
6#6BFAD6
7#90FCE1
8#B5FDEB
9#DAFEF5
Tones
Muted variations
1#0A765B
2#107058
3#166A55
4#1C6452
5#225E4F
6#28584C
7#2E5249
8#344C46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE0 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAD0 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F3C | 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: #DCFEF6;
--teal-200: #BFFDED;
--teal-300: #8DFBE0;
--teal-400: #52FAD0;
--teal-500: #20F8C2;
--teal-600: #07DAA5;
--teal-700: #05AD83;
--teal-800: #047C5E;
--teal-900: #024F3C;
--teal-950: #023125;
}