Teal
#047B61
CyanColor Codes
All color formats for development
HEX
#047B61RGB
rgb(4, 123, 97)HSL
hsl(167, 94%, 25%)OKLCH
oklch(0.519 0.101 171.1)CMYK
cmyk(97%, 0%, 21%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F58
2#03634E
3#035744
4#024A3B
5#023E31
6#023127
7#01251D
8#011914
9#000C0A
Tints
Lighter variations
1#05A17F
2#06C69C
3#07EBBA
4#20F8C9
5#45F9D2
6#6BFADB
7#90FCE4
8#B5FDED
9#DAFEF6
Tones
Muted variations
1#0A765E
2#10705B
3#166A58
4#1C6454
5#225E51
6#28584D
7#2E524A
8#344C47
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE4 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF7;
--teal-200: #BFFDF0;
--teal-300: #8DFBE4;
--teal-400: #52FAD5;
--teal-500: #20F8C9;
--teal-600: #07DAAC;
--teal-700: #05AD89;
--teal-800: #047C62;
--teal-900: #024F3F;
--teal-950: #023127;
}