Teal
#077178
CyanColor Codes
All color formats for development
HEX
#077178RGB
rgb(7, 113, 120)HSL
hsl(184, 89%, 25%)OKLCH
oklch(0.5 0.084 202.5)CMYK
cmyk(94%, 6%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06666C
2#065A60
3#054F54
4#044448
5#04383C
6#032D30
7#022224
8#011718
9#010B0C
Tints
Lighter variations
1#09939D
2#0BB5C1
3#0DD7E5
4#26E5F2
5#4AE9F4
6#6EEEF7
7#93F2F9
8#B7F6FB
9#DBFBFD
Tones
Muted variations
1#0D6C73
2#12676D
3#186267
4#1E5D62
5#23585C
6#295356
7#2F4F51
8#344A4B
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 56EB #56EBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26E5 #26E5F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC7 #0CC7D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A9E #0A9EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0771 #077178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDFBFD;
--teal-200: #C0F7FB;
--teal-300: #90F2F9;
--teal-400: #56EBF5;
--teal-500: #26E5F2;
--teal-600: #0CC7D4;
--teal-700: #0A9EA9;
--teal-800: #077178;
--teal-900: #04484D;
--teal-950: #032D30;
}