Teal
#037D6D
CyanColor Codes
All color formats for development
HEX
#037D6DRGB
rgb(3, 125, 109)HSL
hsl(172, 95%, 25%)OKLCH
oklch(0.529 0.096 179.6)CMYK
cmyk(98%, 0%, 13%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037061
2#036357
3#02574C
4#024B41
5#023E36
6#01322B
7#012520
8#011916
9#000C0B
Tints
Lighter variations
1#04A28D
2#05C7AD
3#06ECCE
4#1FF9DC
5#45FAE2
6#6AFBE8
7#8FFCEE
8#B4FDF3
9#DAFEF9
Tones
Muted variations
1#097668
2#0F7063
3#156A5F
4#1B645A
5#215E56
6#285852
7#2E524D
8#344C49
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCED | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025045 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFA;
--teal-200: #BEFDF5;
--teal-300: #8DFCED;
--teal-400: #51FBE4;
--teal-500: #1FF9DC;
--teal-600: #06DBBE;
--teal-700: #04AE97;
--teal-800: #037C6C;
--teal-900: #025045;
--teal-950: #01322B;
}