Teal
#07AB77
GreenColor Codes
All color formats for development
HEX
#07AB77RGB
rgb(7, 171, 119)HSL
hsl(161, 92%, 35%)OKLCH
oklch(0.656 0.141 162.7)CMYK
cmyk(96%, 0%, 30%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A6B
2#06895F
3#057854
4#046748
5#04563C
6#034530
7#023324
8#012218
9#01110C
Tints
Lighter variations
1#08CB8E
2#0AEBA4
3#20F6B2
4#40F7BD
5#60F8C8
6#80FAD3
7#A0FBDE
8#BFFCE9
9#DFFEF4
Tones
Muted variations
1#0FA374
2#189B71
3#20936E
4#288B6B
5#308268
6#387A65
7#417262
8#496A5F
9#51615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C4 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D796 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFEF3;
--teal-200: #BFFCE9;
--teal-300: #8EFAD8;
--teal-400: #54F8C4;
--teal-500: #23F6B3;
--teal-600: #09D796;
--teal-700: #07AB77;
--teal-800: #057A55;
--teal-900: #034E37;
--teal-950: #023122;
}