Teal
#08AA77
GreenColor Codes
All color formats for development
HEX
#08AA77RGB
rgb(8, 170, 119)HSL
hsl(161, 91%, 35%)OKLCH
oklch(0.653 0.14 163)CMYK
cmyk(95%, 0%, 30%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07996B
2#06885F
3#067753
4#056647
5#04553C
6#034430
7#023324
8#022218
9#01110C
Tints
Lighter variations
1#0ACA8D
2#0BEAA3
3#21F5B2
4#41F6BD
5#61F8C8
6#80F9D3
7#A0FBDE
8#C0FCE9
9#DFFEF4
Tones
Muted variations
1#10A274
2#189A71
3#20926E
4#298A6B
5#318268
6#397A65
7#417262
8#49695F
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAD8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C4 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD696 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E36 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFDF3;
--teal-200: #C0FCE9;
--teal-300: #8FFAD8;
--teal-400: #55F7C4;
--teal-500: #24F5B3;
--teal-600: #0AD696;
--teal-700: #08AA77;
--teal-800: #067A55;
--teal-900: #044E36;
--teal-950: #023122;
}