Teal
#037D5E
CyanColor Codes
All color formats for development
HEX
#037D5ERGB
rgb(3, 125, 94)HSL
hsl(165, 95%, 25%)OKLCH
oklch(0.524 0.106 167.8)CMYK
cmyk(98%, 0%, 25%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037055
2#03634B
3#025742
4#024B38
5#023E2F
6#013226
7#01251C
8#011913
9#000C09
Tints
Lighter variations
1#04A27A
2#05C796
3#06ECB3
4#1FF9C3
5#45FACD
6#6AFBD7
7#8FFCE1
8#B4FDEB
9#DAFEF5
Tones
Muted variations
1#09765B
2#0F7058
3#156A55
4#1B6452
5#215E4F
6#28584C
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 | BEFD #BEFDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE0 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD0 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503C | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BEFDEE;
--teal-300: #8DFCE0;
--teal-400: #51FBD0;
--teal-500: #1FF9C3;
--teal-600: #06DBA5;
--teal-700: #04AE84;
--teal-800: #037C5E;
--teal-900: #02503C;
--teal-950: #013226;
}