Teal
#067957
GreenColor Codes
All color formats for development
HEX
#067957RGB
rgb(6, 121, 87)HSL
hsl(162, 91%, 25%)OKLCH
oklch(0.511 0.106 165)CMYK
cmyk(95%, 0%, 28%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E4E
2#056146
3#04553D
4#034934
5#033D2B
6#023123
7#02251A
8#011811
9#010C09
Tints
Lighter variations
1#079E71
2#09C38B
3#0BE7A5
4#24F5B6
5#48F6C2
6#6DF8CE
7#91FADB
8#B6FCE7
9#DAFDF3
Tones
Muted variations
1#0C7455
2#116E52
3#176850
4#1D634E
5#235D4B
6#295749
7#2E5147
8#344B44
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 #C0FCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFDF4;
--teal-200: #C0FCEA;
--teal-300: #8FFADA;
--teal-400: #55F7C6;
--teal-500: #24F5B6;
--teal-600: #0AD699;
--teal-700: #08AA7A;
--teal-800: #067A57;
--teal-900: #044E38;
--teal-950: #023123;
}