Teal
#06796A
CyanColor Codes
All color formats for development
HEX
#06796ARGB
rgb(6, 121, 106)HSL
hsl(172, 91%, 25%)OKLCH
oklch(0.517 0.092 180)CMYK
cmyk(95%, 0%, 12%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E60
2#056155
3#04554A
4#034940
5#033D35
6#02312B
7#022520
8#011815
9#010C0B
Tints
Lighter variations
1#079E8A
2#09C3AA
3#0BE7CA
4#24F5D9
5#48F6DF
6#6DF8E6
7#91FAEC
8#B6FCF2
9#DAFDF9
Tones
Muted variations
1#0C7466
2#116E62
3#17685E
4#1D6359
5#235D55
6#295751
7#2E514D
8#344B48
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF9;
--teal-200: #C0FCF4;
--teal-300: #8FFAEB;
--teal-400: #55F7E1;
--teal-500: #24F5D9;
--teal-600: #0AD6BB;
--teal-700: #08AA95;
--teal-800: #067A6A;
--teal-900: #044E44;
--teal-950: #02312B;
}