Teal
#07AB7A
GreenColor Codes
All color formats for development
HEX
#07AB7ARGB
rgb(7, 171, 122)HSL
hsl(162, 92%, 35%)OKLCH
oklch(0.657 0.139 164)CMYK
cmyk(96%, 0%, 29%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A6E
2#068962
3#057855
4#046749
5#04563D
6#034531
7#023325
8#012218
9#01110C
Tints
Lighter variations
1#08CB91
2#0AEBA7
3#20F6B6
4#40F7C0
5#60F8CB
6#80FAD5
7#A0FBE0
8#BFFCEA
9#DFFEF5
Tones
Muted variations
1#0FA377
2#189B74
3#209370
4#288B6D
5#30826A
6#387A66
7#417263
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 #BFFCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFADA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E38 | 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: #DDFEF4;
--teal-200: #BFFCEA;
--teal-300: #8EFADA;
--teal-400: #54F8C7;
--teal-500: #23F6B6;
--teal-600: #09D799;
--teal-700: #07AB7A;
--teal-800: #057A57;
--teal-900: #034E38;
--teal-950: #023123;
}