Teal
#047B6F
CyanColor Codes
All color formats for development
HEX
#047B6FRGB
rgb(4, 123, 111)HSL
hsl(174, 94%, 25%)OKLCH
oklch(0.524 0.092 183)CMYK
cmyk(97%, 0%, 10%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F65
2#036359
3#03574E
4#024A43
5#023E38
6#02312D
7#012522
8#011916
9#000C0B
Tints
Lighter variations
1#05A191
2#06C6B3
3#07EBD4
4#20F8E3
5#45F9E7
6#6BFAEC
7#90FCF1
8#B5FDF6
9#DAFEFA
Tones
Muted variations
1#0A766B
2#107066
3#166A61
4#1C645D
5#225E58
6#285853
7#2E524E
8#344C49
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF0 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE9 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFB;
--teal-200: #BFFDF7;
--teal-300: #8DFBF0;
--teal-400: #52FAE9;
--teal-500: #20F8E3;
--teal-600: #07DAC5;
--teal-700: #05AD9C;
--teal-800: #047C70;
--teal-900: #024F47;
--teal-950: #02312D;
}