Teal
#07AB6C
GreenColor Codes
All color formats for development
HEX
#07AB6CRGB
rgb(7, 171, 108)HSL
hsl(157, 92%, 35%)OKLCH
oklch(0.654 0.151 158.2)CMYK
cmyk(96%, 0%, 37%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A62
2#068957
3#05784C
4#046741
5#045636
6#03452B
7#023321
8#012216
9#01110B
Tints
Lighter variations
1#08CB81
2#0AEB95
3#20F6A4
4#40F7B1
5#60F8BE
6#80FACB
7#A0FBD8
8#BFFCE5
9#DFFEF2
Tones
Muted variations
1#0FA36A
2#189B69
3#209367
4#288B65
5#308263
6#387A61
7#41725F
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 #DDFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD1 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8B9 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E32 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFEF1;
--teal-200: #BFFCE5;
--teal-300: #8EFAD1;
--teal-400: #54F8B9;
--teal-500: #23F6A5;
--teal-600: #09D788;
--teal-700: #07AB6C;
--teal-800: #057A4D;
--teal-900: #034E32;
--teal-950: #02311F;
}