Teal
#067970
CyanColor Codes
All color formats for development
HEX
#067970RGB
rgb(6, 121, 112)HSL
hsl(175, 91%, 25%)OKLCH
oklch(0.519 0.09 185.7)CMYK
cmyk(95%, 0%, 7%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E65
2#05615A
3#04554E
4#034943
5#033D38
6#02312D
7#022522
8#011816
9#010C0B
Tints
Lighter variations
1#079E92
2#09C3B3
3#0BE7D5
4#24F5E3
5#48F6E8
6#6DF8ED
7#91FAF1
8#B6FCF6
9#DAFDFA
Tones
Muted variations
1#0C746B
2#116E66
3#176862
4#1D635D
5#235D58
6#295753
7#2E514E
8#344B49
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF1 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFDFB;
--teal-200: #C0FCF7;
--teal-300: #8FFAF1;
--teal-400: #55F7E9;
--teal-500: #24F5E3;
--teal-600: #0AD6C5;
--teal-700: #08AA9D;
--teal-800: #067A70;
--teal-900: #044E48;
--teal-950: #02312D;
}