Teal
#08AA72
GreenColor Codes
All color formats for development
HEX
#08AA72RGB
rgb(8, 170, 114)HSL
hsl(159, 91%, 35%)OKLCH
oklch(0.652 0.144 160.8)CMYK
cmyk(95%, 0%, 33%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079966
2#06885B
3#067750
4#056644
5#045539
6#03442D
7#023322
8#022217
9#01110B
Tints
Lighter variations
1#0ACA87
2#0BEA9C
3#21F5AB
4#41F6B7
5#61F8C3
6#80F9CF
7#A0FBDB
8#C0FCE7
9#DFFEF3
Tones
Muted variations
1#10A26F
2#189A6D
3#20926A
4#298A68
5#318265
6#397A63
7#417261
8#49695E
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAD4 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7BE | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD68F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E34 | 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: #DDFDF2;
--teal-200: #C0FCE7;
--teal-300: #8FFAD4;
--teal-400: #55F7BE;
--teal-500: #24F5AC;
--teal-600: #0AD68F;
--teal-700: #08AA72;
--teal-800: #067A51;
--teal-900: #044E34;
--teal-950: #023120;
}