Teal
#037C72
CyanColor Codes
All color formats for development
HEX
#037C72RGB
rgb(3, 124, 114)HSL
hsl(175, 95%, 25%)OKLCH
oklch(0.527 0.092 185)CMYK
cmyk(98%, 0%, 8%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037067
2#03635B
3#025750
4#024B45
5#023E39
6#01322E
7#012522
8#011917
9#000C0B
Tints
Lighter variations
1#04A294
2#05C7B7
3#06ECD9
4#1FF9E7
5#45FAEB
6#6AFBEF
7#8FFCF3
8#B4FDF7
9#DAFEFB
Tones
Muted variations
1#09766D
2#0F7068
3#156A63
4#1B645E
5#215E59
6#285854
7#2E524F
8#344C4A
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCF3 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBEC | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025049 | 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: #F0FFFD;
--teal-100: #DCFEFB;
--teal-200: #BEFDF8;
--teal-300: #8DFCF3;
--teal-400: #51FBEC;
--teal-500: #1FF9E7;
--teal-600: #06DBC9;
--teal-700: #04AEA0;
--teal-800: #037C72;
--teal-900: #025049;
--teal-950: #01322E;
}