Teal
#08AA7C
GreenColor Codes
All color formats for development
HEX
#08AA7CRGB
rgb(8, 170, 124)HSL
hsl(163, 91%, 35%)OKLCH
oklch(0.655 0.136 165.3)CMYK
cmyk(95%, 0%, 27%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079970
2#068864
3#067757
4#05664B
5#04553E
6#034432
7#023325
8#022219
9#01110C
Tints
Lighter variations
1#0ACA94
2#0BEAAB
3#21F5B9
4#41F6C3
5#61F8CD
6#80F9D7
7#A0FBE1
8#C0FCEB
9#DFFEF5
Tones
Muted variations
1#10A279
2#189A75
3#209272
4#298A6E
5#31826B
6#397A67
7#417264
8#496960
9#51615D
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;
}