Teal
#077864
CyanColor Codes
All color formats for development
HEX
#077864RGB
rgb(7, 120, 100)HSL
hsl(169, 89%, 25%)OKLCH
oklch(0.512 0.095 175.4)CMYK
cmyk(94%, 0%, 17%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C5A
2#066050
3#055446
4#04483C
5#043C32
6#033028
7#02241E
8#011814
9#010C0A
Tints
Lighter variations
1#099D82
2#0BC19F
3#0DE5BD
4#26F2CD
5#4AF4D5
6#6EF7DE
7#93F9E6
8#B7FBEE
9#DBFDF7
Tones
Muted variations
1#0D7360
2#126D5C
3#186759
4#1E6255
5#235C52
6#29564E
7#2F514B
8#344B47
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E5 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF7;
--teal-200: #C0FBF1;
--teal-300: #90F9E5;
--teal-400: #56F5D8;
--teal-500: #26F2CD;
--teal-600: #0CD4AF;
--teal-700: #0AA98C;
--teal-800: #077864;
--teal-900: #044D40;
--teal-950: #033028;
}