Teal
#047C66
CyanColor Codes
All color formats for development
HEX
#047C66RGB
rgb(4, 124, 102)HSL
hsl(169, 94%, 25%)OKLCH
oklch(0.524 0.098 174.4)CMYK
cmyk(97%, 0%, 18%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F5C
2#036351
3#035747
4#024A3D
5#023E33
6#023129
7#01251F
8#011914
9#000C0A
Tints
Lighter variations
1#05A184
2#06C6A3
3#07EBC1
4#20F8D1
5#45F9D8
6#6BFAE0
7#90FCE8
8#B5FDF0
9#DAFEF7
Tones
Muted variations
1#0A7662
2#10705E
3#166A5A
4#1C6457
5#225E53
6#28584F
7#2E524B
8#344C47
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE7 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FADB | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF8;
--teal-200: #BFFDF2;
--teal-300: #8DFBE7;
--teal-400: #52FADB;
--teal-500: #20F8D1;
--teal-600: #07DAB3;
--teal-700: #05AD8E;
--teal-800: #047C66;
--teal-900: #024F41;
--teal-950: #023129;
}