Teal
#067179
CyanColor Codes
All color formats for development
HEX
#067179RGB
rgb(6, 113, 121)HSL
hsl(184, 91%, 25%)OKLCH
oklch(0.501 0.084 203.6)CMYK
cmyk(95%, 7%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05676E
2#055B61
3#045055
4#034449
5#03393D
6#022E31
7#022225
8#011718
9#010B0C
Tints
Lighter variations
1#07949E
2#09B6C3
3#0BD9E7
4#24E7F5
5#48EBF6
6#6DEFF8
7#91F3FA
8#B6F7FC
9#DAFBFD
Tones
Muted variations
1#0C6D74
2#11686E
3#176368
4#1D5E63
5#23595D
6#295457
7#2E4F51
8#344A4B
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF3 #8FF3FA | BordersInactive statesPlaceholder text |
| 400 | 55EC #55ECF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E7 #24E7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC9 #0AC9D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08A0 #08A0AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0672 #06727A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFBFD;
--teal-200: #C0F8FC;
--teal-300: #8FF3FA;
--teal-400: #55ECF7;
--teal-500: #24E7F5;
--teal-600: #0AC9D6;
--teal-700: #08A0AA;
--teal-800: #06727A;
--teal-900: #04494E;
--teal-950: #022E31;
}