Teal
#08AA6F
GreenColor Codes
All color formats for development
HEX
#08AA6FRGB
rgb(8, 170, 111)HSL
hsl(158, 91%, 35%)OKLCH
oklch(0.652 0.147 159.6)CMYK
cmyk(95%, 0%, 35%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079964
2#068859
3#06774E
4#056643
5#045537
6#03442C
7#023321
8#022216
9#01110B
Tints
Lighter variations
1#0ACA84
2#0BEA98
3#21F5A7
4#41F6B4
5#61F8C0
6#80F9CD
7#A0FBD9
8#C0FCE6
9#DFFEF2
Tones
Muted variations
1#10A26D
2#189A6B
3#209268
4#298A66
5#318264
6#397A62
7#417260
8#49695E
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAD3 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7BB | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD68B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E33 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023120 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFDF1;
--teal-200: #C0FCE6;
--teal-300: #8FFAD3;
--teal-400: #55F7BB;
--teal-500: #24F5A8;
--teal-600: #0AD68B;
--teal-700: #08AA6F;
--teal-800: #067A4F;
--teal-900: #044E33;
--teal-950: #023120;
}