Teal
#077858
GreenColor Codes
All color formats for development
HEX
#077858RGB
rgb(7, 120, 88)HSL
hsl(163, 89%, 25%)OKLCH
oklch(0.509 0.104 166.2)CMYK
cmyk(94%, 0%, 27%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C50
2#066047
3#05543E
4#044835
5#043C2C
6#033023
7#02241B
8#011812
9#010C09
Tints
Lighter variations
1#099D73
2#0BC18D
3#0DE5A8
4#26F2B9
5#4AF4C4
6#6EF7D0
7#93F9DC
8#B7FBE8
9#DBFDF3
Tones
Muted variations
1#0D7356
2#126D53
3#186751
4#1E624F
5#235C4C
6#29564A
7#2F5147
8#344B45
9#3A4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD49B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA97C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DDFDF4;
--teal-200: #C0FBEB;
--teal-300: #90F9DB;
--teal-400: #56F5C8;
--teal-500: #26F2B9;
--teal-600: #0CD49B;
--teal-700: #0AA97C;
--teal-800: #077858;
--teal-900: #044D39;
--teal-950: #033023;
}