Teal
#08AA69
GreenColor Codes
All color formats for development
HEX
#08AA69RGB
rgb(8, 170, 105)HSL
hsl(156, 91%, 35%)OKLCH
oklch(0.65 0.152 157.4)CMYK
cmyk(95%, 0%, 38%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07995F
2#068854
3#06774A
4#05663F
5#045535
6#03442A
7#023320
8#022215
9#01110B
Tints
Lighter variations
1#0ACA7D
2#0BEA91
3#21F5A0
4#41F6AE
5#61F8BB
6#80F9C9
7#A0FBD6
8#C0FCE4
9#DFFEF1
Tones
Muted variations
1#10A268
2#189A66
3#209265
4#298A63
5#318261
6#397A60
7#41725E
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 #C0FCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFACF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7B6 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD685 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E30 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFDF0;
--teal-200: #C0FCE4;
--teal-300: #8FFACF;
--teal-400: #55F7B6;
--teal-500: #24F5A1;
--teal-600: #0AD685;
--teal-700: #08AA69;
--teal-800: #067A4B;
--teal-900: #044E30;
--teal-950: #02311E;
}