Teal
#047B63
CyanColor Codes
All color formats for development
HEX
#047B63RGB
rgb(4, 123, 99)HSL
hsl(168, 94%, 25%)OKLCH
oklch(0.52 0.099 172.7)CMYK
cmyk(97%, 0%, 20%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F5A
2#036350
3#035746
4#024A3C
5#023E32
6#023128
7#01251E
8#011914
9#000C0A
Tints
Lighter variations
1#05A182
2#06C6A0
3#07EBBD
4#20F8CD
5#45F9D5
6#6BFADE
7#90FCE6
8#B5FDEE
9#DAFEF7
Tones
Muted variations
1#0A7660
2#10705D
3#166A59
4#1C6455
5#225E52
6#28584E
7#2E524B
8#344C47
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE5 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF7;
--teal-200: #BFFDF1;
--teal-300: #8DFBE5;
--teal-400: #52FAD8;
--teal-500: #20F8CD;
--teal-600: #07DAAF;
--teal-700: #05AD8C;
--teal-800: #047C64;
--teal-900: #024F40;
--teal-950: #023128;
}