Teal
#037D75
CyanColor Codes
All color formats for development
HEX
#037D75RGB
rgb(3, 125, 117)HSL
hsl(176, 95%, 25%)OKLCH
oklch(0.531 0.092 187)CMYK
cmyk(98%, 0%, 6%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037069
2#03635D
3#025751
4#024B46
5#023E3A
6#01322E
7#012523
8#011917
9#000C0C
Tints
Lighter variations
1#04A297
2#05C7BA
3#06ECDD
4#1FF9EB
5#45FAEE
6#6AFBF1
7#8FFCF5
8#B4FDF8
9#DAFEFC
Tones
Muted variations
1#09766F
2#0F706A
3#156A64
4#1B645F
5#215E5A
6#285855
7#2E524F
8#344C4A
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCF5 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBEF | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02504A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFEFC;
--teal-200: #BEFDF9;
--teal-300: #8DFCF5;
--teal-400: #51FBEF;
--teal-500: #1FF9EB;
--teal-600: #06DBCD;
--teal-700: #04AEA3;
--teal-800: #037C74;
--teal-900: #02504A;
--teal-950: #01322E;
}