Teal
#047B6B
CyanColor Codes
All color formats for development
HEX
#047B6BRGB
rgb(4, 123, 107)HSL
hsl(172, 94%, 25%)OKLCH
oklch(0.522 0.094 179.4)CMYK
cmyk(97%, 0%, 13%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F61
2#036356
3#03574B
4#024A41
5#023E36
6#02312B
7#012520
8#011916
9#000C0B
Tints
Lighter variations
1#05A18C
2#06C6AC
3#07EBCD
4#20F8DB
5#45F9E1
6#6BFAE7
7#90FCED
8#B5FDF3
9#DAFEF9
Tones
Muted variations
1#0A7667
2#107063
3#166A5F
4#1C645A
5#225E56
6#285851
7#2E524D
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 #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBED | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEF9;
--teal-200: #BFFDF5;
--teal-300: #8DFBED;
--teal-400: #52FAE3;
--teal-500: #20F8DB;
--teal-600: #07DABE;
--teal-700: #05AD97;
--teal-800: #047C6C;
--teal-900: #024F45;
--teal-950: #02312B;
}