Teal
#077866
CyanColor Codes
All color formats for development
HEX
#077866RGB
rgb(7, 120, 102)HSL
hsl(170, 89%, 25%)OKLCH
oklch(0.513 0.093 177.2)CMYK
cmyk(94%, 0%, 15%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C5B
2#066051
3#055447
4#04483D
5#043C33
6#033029
7#02241E
8#011814
9#010C0A
Tints
Lighter variations
1#099D84
2#0BC1A3
3#0DE5C1
4#26F2D0
5#4AF4D8
6#6EF7E0
7#93F9E8
8#B7FBEF
9#DBFDF7
Tones
Muted variations
1#0D7362
2#126D5E
3#18675A
4#1E6256
5#235C53
6#29564F
7#2F514B
8#344B47
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF8;
--teal-200: #C0FBF2;
--teal-300: #90F9E7;
--teal-400: #56F5DB;
--teal-500: #26F2D0;
--teal-600: #0CD4B3;
--teal-700: #0AA98E;
--teal-800: #077866;
--teal-900: #044D41;
--teal-950: #033029;
}