Teal
#08AA6C
GreenColor Codes
All color formats for development
HEX
#08AA6CRGB
rgb(8, 170, 108)HSL
hsl(157, 91%, 35%)OKLCH
oklch(0.651 0.15 158.5)CMYK
cmyk(95%, 0%, 36%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079961
2#068857
3#06774C
4#056641
5#045536
6#03442B
7#023320
8#022216
9#01110B
Tints
Lighter variations
1#0ACA80
2#0BEA94
3#21F5A4
4#41F6B1
5#61F8BE
6#80F9CB
7#A0FBD8
8#C0FCE5
9#DFFEF2
Tones
Muted variations
1#10A26A
2#189A68
3#209267
4#298A65
5#318263
6#397A61
7#41725F
8#49695D
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 #C0FCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAD1 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E31 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFDF1;
--teal-200: #C0FCE5;
--teal-300: #8FFAD1;
--teal-400: #55F7B9;
--teal-500: #24F5A5;
--teal-600: #0AD688;
--teal-700: #08AA6C;
--teal-800: #067A4D;
--teal-900: #044E31;
--teal-950: #02311F;
}