Teal
#067979
CyanColor Codes
All color formats for development
HEX
#067979RGB
rgb(6, 121, 121)HSL
hsl(180, 91%, 25%)OKLCH
oklch(0.522 0.088 194.8)CMYK
cmyk(95%, 0%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E6E
2#056161
3#045555
4#034949
5#033D3D
6#023131
7#022525
8#011818
9#010C0C
Tints
Lighter variations
1#079E9E
2#09C3C3
3#0BE7E7
4#24F5F5
5#48F6F6
6#6DF8F8
7#91FAFA
8#B6FCFC
9#DAFDFD
Tones
Muted variations
1#0C7474
2#116E6E
3#176868
4#1D6363
5#235D5D
6#295757
7#2E5151
8#344B4B
9#3A4646
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAFA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFE;
--teal-100: #DDFDFD;
--teal-200: #C0FCFC;
--teal-300: #8FFAFA;
--teal-400: #55F7F7;
--teal-500: #24F5F5;
--teal-600: #0AD6D6;
--teal-700: #08AAAA;
--teal-800: #067A7A;
--teal-900: #044E4E;
--teal-950: #023131;
}