Teal
#07AB64
GreenColor Codes
All color formats for development
HEX
#07AB64RGB
rgb(7, 171, 100)HSL
hsl(154, 92%, 35%)OKLCH
oklch(0.652 0.158 155.5)CMYK
cmyk(96%, 0%, 42%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A5A
2#068950
3#057846
4#04673C
5#045632
6#034528
7#02331E
8#012214
9#01110A
Tints
Lighter variations
1#08CB77
2#0AEB89
3#20F699
4#40F7A8
5#60F8B6
6#80FAC5
7#A0FBD3
8#BFFCE2
9#DFFEF0
Tones
Muted variations
1#0FA363
2#189B62
3#209361
4#288B60
5#30825F
6#387A5E
7#41725D
8#496A5B
9#51615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F69A | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF8;
--teal-100: #DDFEEF;
--teal-200: #BFFCE2;
--teal-300: #8EFACC;
--teal-400: #54F8B1;
--teal-500: #23F69A;
--teal-600: #09D77E;
--teal-700: #07AB64;
--teal-800: #057A48;
--teal-900: #034E2E;
--teal-950: #02311D;
}