Teal
#07AB7D
GreenColor Codes
All color formats for development
HEX
#07AB7DRGB
rgb(7, 171, 125)HSL
hsl(163, 92%, 35%)OKLCH
oklch(0.657 0.136 165.4)CMYK
cmyk(96%, 0%, 27%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A70
2#068964
3#057857
4#04674B
5#04563E
6#034532
7#023325
8#012219
9#01110C
Tints
Lighter variations
1#08CB94
2#0AEBAB
3#20F6B9
4#40F7C3
5#60F8CD
6#80FAD7
7#A0FBE1
8#BFFCEB
9#DFFEF5
Tones
Muted variations
1#0FA379
2#189B76
3#209372
4#288B6F
5#30826B
6#387A67
7#417264
8#496A60
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D79D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFEF4;
--teal-200: #BFFCEB;
--teal-300: #8EFADC;
--teal-400: #54F8C9;
--teal-500: #23F6BA;
--teal-600: #09D79D;
--teal-700: #07AB7D;
--teal-800: #057A59;
--teal-900: #034E39;
--teal-950: #023124;
}