Teal
#037C70
CyanColor Codes
All color formats for development
HEX
#037C70RGB
rgb(3, 124, 112)HSL
hsl(174, 95%, 25%)OKLCH
oklch(0.527 0.093 183.1)CMYK
cmyk(98%, 0%, 10%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037065
2#03635A
3#02574F
4#024B43
5#023E38
6#01322D
7#012522
8#011916
9#000C0B
Tints
Lighter variations
1#04A292
2#05C7B4
3#06ECD5
4#1FF9E3
5#45FAE8
6#6AFBED
7#8FFCF1
8#B4FDF6
9#DAFEFA
Tones
Muted variations
1#09766B
2#0F7067
3#156A62
4#1B645D
5#215E58
6#285853
7#2E524E
8#344C49
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 #BEFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCF1 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBEA | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025048 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFB;
--teal-200: #BEFDF7;
--teal-300: #8DFCF1;
--teal-400: #51FBEA;
--teal-500: #1FF9E3;
--teal-600: #06DBC5;
--teal-700: #04AE9D;
--teal-800: #037C70;
--teal-900: #025048;
--teal-950: #01322D;
}