Teal
#08AA74
GreenColor Codes
All color formats for development
HEX
#08AA74RGB
rgb(8, 170, 116)HSL
hsl(160, 91%, 35%)OKLCH
oklch(0.653 0.143 161.7)CMYK
cmyk(95%, 0%, 32%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079969
2#06885D
3#067751
4#056646
5#04553A
6#03442F
7#023323
8#022217
9#01110C
Tints
Lighter variations
1#0ACA8A
2#0BEAA0
3#21F5AE
4#41F6BA
5#61F8C5
6#80F9D1
7#A0FBDC
8#C0FCE8
9#DFFEF3
Tones
Muted variations
1#10A272
2#189A6F
3#20926C
4#298A69
5#318267
6#397A64
7#417261
8#49695F
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAD6 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD692 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E35 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFDF3;
--teal-200: #C0FCE8;
--teal-300: #8FFAD6;
--teal-400: #55F7C1;
--teal-500: #24F5AF;
--teal-600: #0AD692;
--teal-700: #08AA74;
--teal-800: #067A53;
--teal-900: #044E35;
--teal-950: #023121;
}