Teal
#07AB75
GreenColor Codes
All color formats for development
HEX
#07AB75RGB
rgb(7, 171, 117)HSL
hsl(160, 92%, 35%)OKLCH
oklch(0.656 0.143 161.8)CMYK
cmyk(96%, 0%, 32%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A69
2#06895D
3#057852
4#046746
5#04563A
6#03452F
7#023323
8#012217
9#01110C
Tints
Lighter variations
1#08CB8A
2#0AEBA0
3#20F6AF
4#40F7BA
5#60F8C6
6#80FAD1
7#A0FBDD
8#BFFCE8
9#DFFEF4
Tones
Muted variations
1#0FA372
2#189B6F
3#20936C
4#288B6A
5#308267
6#387A64
7#417261
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 #BFFCE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD6 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C1 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D793 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E35 | 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: #DDFEF3;
--teal-200: #BFFCE8;
--teal-300: #8EFAD6;
--teal-400: #54F8C1;
--teal-500: #23F6AF;
--teal-600: #09D793;
--teal-700: #07AB75;
--teal-800: #057A53;
--teal-900: #034E35;
--teal-950: #023121;
}