Teal
#08AA7A
GreenColor Codes
All color formats for development
HEX
#08AA7ARGB
rgb(8, 170, 122)HSL
hsl(162, 91%, 35%)OKLCH
oklch(0.654 0.137 164.3)CMYK
cmyk(95%, 0%, 28%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07996E
2#068861
3#067755
4#056649
5#04553D
6#034431
7#023325
8#022218
9#01110C
Tints
Lighter variations
1#0ACA90
2#0BEAA7
3#21F5B5
4#41F6C0
5#61F8CA
6#80F9D5
7#A0FBDF
8#C0FCEA
9#DFFEF4
Tones
Muted variations
1#10A276
2#189A73
3#209270
4#298A6D
5#318269
6#397A66
7#417263
8#496960
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFDF4;
--teal-200: #C0FCEA;
--teal-300: #8FFADA;
--teal-400: #55F7C6;
--teal-500: #24F5B6;
--teal-600: #0AD699;
--teal-700: #08AA7A;
--teal-800: #067A57;
--teal-900: #044E38;
--teal-950: #023123;
}