Teal
#06796E
CyanColor Codes
All color formats for development
HEX
#06796ERGB
rgb(6, 121, 110)HSL
hsl(174, 91%, 25%)OKLCH
oklch(0.518 0.091 183.8)CMYK
cmyk(95%, 0%, 9%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E63
2#056158
3#04554D
4#034942
5#033D37
6#02312C
7#022521
8#011816
9#010C0B
Tints
Lighter variations
1#079E8F
2#09C3B0
3#0BE7D1
4#24F5E0
5#48F6E5
6#6DF8EA
7#91FAEF
8#B6FCF5
9#DAFDFA
Tones
Muted variations
1#0C746A
2#116E65
3#176860
4#1D635C
5#235D57
6#295752
7#2E514E
8#344B49
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFDFA;
--teal-200: #C0FCF6;
--teal-300: #8FFAEF;
--teal-400: #55F7E7;
--teal-500: #24F5E0;
--teal-600: #0AD6C2;
--teal-700: #08AA9A;
--teal-800: #067A6E;
--teal-900: #044E47;
--teal-950: #02312C;
}