Teal
#077860
CyanColor Codes
All color formats for development
HEX
#077860RGB
rgb(7, 120, 96)HSL
hsl(167, 89%, 25%)OKLCH
oklch(0.511 0.097 172.1)CMYK
cmyk(94%, 0%, 20%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C56
2#06604D
3#055443
4#04483A
5#043C30
6#033026
7#02241D
8#011813
9#010C0A
Tints
Lighter variations
1#099D7D
2#0BC199
3#0DE5B6
4#26F2C6
5#4AF4D0
6#6EF7D9
7#93F9E3
8#B7FBEC
9#DBFDF6
Tones
Muted variations
1#0D735D
2#126D59
3#186756
4#1E6253
5#235C50
6#29564D
7#2F5149
8#344B46
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DDFDF6;
--teal-200: #C0FBEF;
--teal-300: #90F9E2;
--teal-400: #56F5D3;
--teal-500: #26F2C6;
--teal-600: #0CD4A9;
--teal-700: #0AA986;
--teal-800: #077860;
--teal-900: #044D3D;
--teal-950: #033026;
}