Teal
#07786D
CyanColor Codes
All color formats for development
HEX
#07786DRGB
rgb(7, 120, 109)HSL
hsl(174, 89%, 25%)OKLCH
oklch(0.515 0.09 183.7)CMYK
cmyk(94%, 0%, 9%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C62
2#066057
3#05544C
4#044841
5#043C37
6#03302C
7#022421
8#011816
9#010C0B
Tints
Lighter variations
1#099D8E
2#0BC1AF
3#0DE5CF
4#26F2DE
5#4AF4E3
6#6EF7E9
7#93F9EE
8#B7FBF4
9#DBFDF9
Tones
Muted variations
1#0D7369
2#126D64
3#186760
4#1E625B
5#235C56
6#295652
7#2F514D
8#344B49
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDFA;
--teal-200: #C0FBF5;
--teal-300: #90F9EE;
--teal-400: #56F5E5;
--teal-500: #26F2DE;
--teal-600: #0CD4C0;
--teal-700: #0AA999;
--teal-800: #07786D;
--teal-900: #044D46;
--teal-950: #03302C;
}