Teal
#037D62
CyanColor Codes
All color formats for development
HEX
#037D62RGB
rgb(3, 125, 98)HSL
hsl(167, 95%, 25%)OKLCH
oklch(0.525 0.103 170.7)CMYK
cmyk(98%, 0%, 22%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037058
2#03634E
3#025745
4#024B3B
5#023E31
6#013227
7#01251D
8#011914
9#000C0A
Tints
Lighter variations
1#04A27F
2#05C79D
3#06ECBA
4#1FF9CA
5#45FAD3
6#6AFBDC
7#8FFCE5
8#B4FDED
9#DAFEF6
Tones
Muted variations
1#09765F
2#0F705B
3#156A58
4#1B6454
5#215E51
6#28584D
7#2E524A
8#344C47
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE4 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF7;
--teal-200: #BEFDF0;
--teal-300: #8DFCE4;
--teal-400: #51FBD6;
--teal-500: #1FF9CA;
--teal-600: #06DBAD;
--teal-700: #04AE89;
--teal-800: #037C62;
--teal-900: #02503F;
--teal-950: #013227;
}