Teal
#047B5F
CyanColor Codes
All color formats for development
HEX
#047B5FRGB
rgb(4, 123, 95)HSL
hsl(166, 94%, 25%)OKLCH
oklch(0.519 0.102 169.6)CMYK
cmyk(97%, 0%, 23%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F56
2#03634D
3#035743
4#024A39
5#023E30
6#023126
7#01251D
8#011913
9#000C0A
Tints
Lighter variations
1#05A17C
2#06C699
3#07EBB6
4#20F8C6
5#45F9CF
6#6BFAD9
7#90FCE2
8#B5FDEC
9#DAFEF5
Tones
Muted variations
1#0A765D
2#107059
3#166A56
4#1C6453
5#225E50
6#28584D
7#2E5249
8#344C46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE2 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAD2 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BFFDEE;
--teal-300: #8DFBE2;
--teal-400: #52FAD2;
--teal-500: #20F8C6;
--teal-600: #07DAA8;
--teal-700: #05AD86;
--teal-800: #047C60;
--teal-900: #024F3D;
--teal-950: #023126;
}