Teal
#047B6D
CyanColor Codes
All color formats for development
HEX
#047B6DRGB
rgb(4, 123, 109)HSL
hsl(173, 94%, 25%)OKLCH
oklch(0.523 0.093 181.2)CMYK
cmyk(97%, 0%, 11%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F63
2#036358
3#03574D
4#024A42
5#023E37
6#02312C
7#012521
8#011916
9#000C0B
Tints
Lighter variations
1#05A18F
2#06C6B0
3#07EBD0
4#20F8DF
5#45F9E4
6#6BFAEA
7#90FCEF
8#B5FDF4
9#DAFEFA
Tones
Muted variations
1#0A7669
2#107065
3#166A60
4#1C645B
5#225E57
6#285852
7#2E524E
8#344C49
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBEF | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFA;
--teal-200: #BFFDF6;
--teal-300: #8DFBEF;
--teal-400: #52FAE6;
--teal-500: #20F8DF;
--teal-600: #07DAC1;
--teal-700: #05AD9A;
--teal-800: #047C6E;
--teal-900: #024F46;
--teal-950: #02312C;
}