Teal
#067A72
CyanColor Codes
All color formats for development
HEX
#067A72RGB
rgb(6, 122, 114)HSL
hsl(176, 91%, 25%)OKLCH
oklch(0.522 0.09 186.8)CMYK
cmyk(95%, 0%, 7%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E67
2#05615B
3#045550
4#034944
5#033D39
6#02312E
7#022522
8#011817
9#010C0B
Tints
Lighter variations
1#079E94
2#09C3B6
3#0BE7D9
4#24F5E7
5#48F6EB
6#6DF8EF
7#91FAF3
8#B6FCF7
9#DAFDFB
Tones
Muted variations
1#0C746D
2#116E68
3#176863
4#1D635E
5#235D59
6#295754
7#2E514F
8#344B4A
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 #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF3 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7EC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFDFB;
--teal-200: #C0FCF8;
--teal-300: #8FFAF3;
--teal-400: #55F7EC;
--teal-500: #24F5E7;
--teal-600: #0AD6C9;
--teal-700: #08AAA0;
--teal-800: #067A72;
--teal-900: #044E49;
--teal-950: #02312E;
}