Teal
#047B69
CyanColor Codes
All color formats for development
HEX
#047B69RGB
rgb(4, 123, 105)HSL
hsl(171, 94%, 25%)OKLCH
oklch(0.522 0.095 177.6)CMYK
cmyk(97%, 0%, 15%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F5F
2#036355
3#03574A
4#024A3F
5#023E35
6#02312A
7#012520
8#011915
9#000C0B
Tints
Lighter variations
1#05A189
2#06C6A9
3#07EBC9
4#20F8D8
5#45F9DE
6#6BFAE5
7#90FCEB
8#B5FDF2
9#DAFEF8
Tones
Muted variations
1#0A7666
2#107061
3#166A5D
4#1C6459
5#225E55
6#285851
7#2E524C
8#344C48
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBEB | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF9;
--teal-200: #BFFDF4;
--teal-300: #8DFBEB;
--teal-400: #52FAE0;
--teal-500: #20F8D8;
--teal-600: #07DABA;
--teal-700: #05AD94;
--teal-800: #047C6A;
--teal-900: #024F44;
--teal-950: #02312A;
}