Teal
#07AB6F
GreenColor Codes
All color formats for development
HEX
#07AB6FRGB
rgb(7, 171, 111)HSL
hsl(158, 92%, 35%)OKLCH
oklch(0.654 0.148 159.4)CMYK
cmyk(96%, 0%, 35%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A64
2#068959
3#05784E
4#046743
5#045638
6#03452C
7#023321
8#012216
9#01110B
Tints
Lighter variations
1#08CB84
2#0AEB98
3#20F6A7
4#40F7B4
5#60F8C0
6#80FACD
7#A0FBD9
8#BFFCE6
9#DFFEF2
Tones
Muted variations
1#0FA36D
2#189B6B
3#209369
4#288B66
5#308264
6#387A62
7#417260
8#496A5E
9#51615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8BC | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D78C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E33 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023120 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFEF2;
--teal-200: #BFFCE6;
--teal-300: #8EFAD3;
--teal-400: #54F8BC;
--teal-500: #23F6A8;
--teal-600: #09D78C;
--teal-700: #07AB6F;
--teal-800: #057A4F;
--teal-900: #034E33;
--teal-950: #023120;
}