Teal
#067959
GreenColor Codes
All color formats for development
HEX
#067959RGB
rgb(6, 121, 89)HSL
hsl(163, 91%, 25%)OKLCH
oklch(0.512 0.104 166.4)CMYK
cmyk(95%, 0%, 26%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E50
2#056147
3#04553E
4#034935
5#033D2C
6#023124
7#02251B
8#011812
9#010C09
Tints
Lighter variations
1#079E74
2#09C38E
3#0BE7A9
4#24F5B9
5#48F6C5
6#6DF8D1
7#91FADC
8#B6FCE8
9#DAFDF3
Tones
Muted variations
1#0C7456
2#116E54
3#176851
4#1D634F
5#235D4C
6#29574A
7#2E5147
8#344B45
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD69C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFDF4;
--teal-200: #C0FCEB;
--teal-300: #8FFADB;
--teal-400: #55F7C9;
--teal-500: #24F5B9;
--teal-600: #0AD69C;
--teal-700: #08AA7C;
--teal-800: #067A59;
--teal-900: #044E39;
--teal-950: #023124;
}