Teal
#037C68
CyanColor Codes
All color formats for development
HEX
#037C68RGB
rgb(3, 124, 104)HSL
hsl(170, 95%, 25%)OKLCH
oklch(0.524 0.097 176.1)CMYK
cmyk(98%, 0%, 16%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03705E
2#036353
3#025749
4#024B3E
5#023E34
6#01322A
7#01251F
8#011915
9#000C0A
Tints
Lighter variations
1#04A287
2#05C7A7
3#06ECC6
4#1FF9D5
5#45FADC
6#6AFBE3
7#8FFCEA
8#B4FDF1
9#DAFEF8
Tones
Muted variations
1#097664
2#0F7060
3#156A5C
4#1B6458
5#215E54
6#285850
7#2E524C
8#344C48
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 | BEFD #BEFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE9 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBDE | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025043 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF8;
--teal-200: #BEFDF3;
--teal-300: #8DFCE9;
--teal-400: #51FBDE;
--teal-500: #1FF9D5;
--teal-600: #06DBB7;
--teal-700: #04AE92;
--teal-800: #037C68;
--teal-900: #025043;
--teal-950: #01322A;
}