Teal
#077869
CyanColor Codes
All color formats for development
HEX
#077869RGB
rgb(7, 120, 105)HSL
hsl(172, 89%, 25%)OKLCH
oklch(0.514 0.092 179.9)CMYK
cmyk(94%, 0%, 13%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C5F
2#066054
3#05544A
4#04483F
5#043C35
6#03302A
7#022420
8#011815
9#010C0B
Tints
Lighter variations
1#099D89
2#0BC1A9
3#0DE5C8
4#26F2D7
5#4AF4DE
6#6EF7E4
7#93F9EB
8#B7FBF2
9#DBFDF8
Tones
Muted variations
1#0D7365
2#126D61
3#18675D
4#1E6259
5#235C55
6#295650
7#2F514C
8#344B48
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF9;
--teal-200: #C0FBF3;
--teal-300: #90F9EB;
--teal-400: #56F5E0;
--teal-500: #26F2D7;
--teal-600: #0CD4B9;
--teal-700: #0AA994;
--teal-800: #077869;
--teal-900: #044D43;
--teal-950: #03302A;
}