Teal
#07AB6A
GreenColor Codes
All color formats for development
HEX
#07AB6ARGB
rgb(7, 171, 106)HSL
hsl(156, 92%, 35%)OKLCH
oklch(0.653 0.153 157.5)CMYK
cmyk(96%, 0%, 38%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A5F
2#068955
3#05784A
4#04673F
5#045635
6#03452A
7#023320
8#012215
9#01110B
Tints
Lighter variations
1#08CB7D
2#0AEB91
3#20F6A0
4#40F7AE
5#60F8BB
6#80FAC9
7#A0FBD6
8#BFFCE4
9#DFFEF1
Tones
Muted variations
1#0FA368
2#189B66
3#209365
4#288B63
5#308261
6#387A60
7#41725E
8#496A5D
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACF | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8B6 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D785 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E30 | 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: #DDFEF0;
--teal-200: #BFFCE4;
--teal-300: #8EFACF;
--teal-400: #54F8B6;
--teal-500: #23F6A1;
--teal-600: #09D785;
--teal-700: #07AB6A;
--teal-800: #057A4B;
--teal-900: #034E30;
--teal-950: #02311E;
}