Teal
#077871
CyanColor Codes
All color formats for development
HEX
#077871RGB
rgb(7, 120, 113)HSL
hsl(176, 89%, 25%)OKLCH
oklch(0.517 0.088 187.6)CMYK
cmyk(94%, 0%, 6%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C66
2#06605A
3#05544F
4#044844
5#043C38
6#03302D
7#022422
8#011817
9#010C0B
Tints
Lighter variations
1#099D93
2#0BC1B5
3#0DE5D7
4#26F2E5
5#4AF4E9
6#6EF7EE
7#93F9F2
8#B7FBF6
9#DBFDFB
Tones
Muted variations
1#0D736C
2#126D67
3#186762
4#1E625D
5#235C58
6#295653
7#2F514F
8#344B4A
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5EB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA99E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDFB;
--teal-200: #C0FBF7;
--teal-300: #90F9F2;
--teal-400: #56F5EB;
--teal-500: #26F2E5;
--teal-600: #0CD4C7;
--teal-700: #0AA99E;
--teal-800: #077871;
--teal-900: #044D48;
--teal-950: #03302D;
}