Teal
#08AA67
GreenColor Codes
All color formats for development
HEX
#08AA67RGB
rgb(8, 170, 103)HSL
hsl(155, 91%, 35%)OKLCH
oklch(0.65 0.154 156.7)CMYK
cmyk(95%, 0%, 39%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07995D
2#068852
3#067748
4#05663E
5#045533
6#034429
7#02331F
8#022215
9#01110A
Tints
Lighter variations
1#0ACA7A
2#0BEA8D
3#21F59D
4#41F6AB
5#61F8B9
6#80F9C7
7#A0FBD5
8#C0FCE3
9#DFFEF1
Tones
Muted variations
1#10A265
2#189A64
3#209263
4#298A61
5#318260
6#397A5F
7#41725D
8#49695C
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFACD | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F59E | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD681 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFDF0;
--teal-200: #C0FCE3;
--teal-300: #8FFACD;
--teal-400: #55F7B3;
--teal-500: #24F59E;
--teal-600: #0AD681;
--teal-700: #08AA67;
--teal-800: #067A49;
--teal-900: #044E2F;
--teal-950: #02311D;
}