Teal
#06AC6D
GreenColor Codes
All color formats for development
HEX
#06AC6DRGB
rgb(6, 172, 109)HSL
hsl(157, 93%, 35%)OKLCH
oklch(0.656 0.151 158.4)CMYK
cmyk(97%, 0%, 37%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B62
2#058A57
3#04794C
4#046741
5#035636
6#02452B
7#023421
8#012216
9#01110B
Tints
Lighter variations
1#07CC81
2#09EC95
3#1FF7A4
4#3FF8B1
5#5FF9BE
6#7FFACB
7#9FFCD8
8#BFFDE5
9#DFFEF2
Tones
Muted variations
1#0FA46B
2#179C69
3#1F9367
4#278B65
5#308363
6#387A61
7#40725F
8#496A5D
9#51625B
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 | BFFD #BFFDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD1 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F32 | 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: #BFFDE5;
--teal-300: #8EFBD1;
--teal-400: #53F9B9;
--teal-500: #22F7A5;
--teal-600: #08D989;
--teal-700: #06AC6D;
--teal-800: #047B4E;
--teal-900: #034F32;
--teal-950: #02311F;
}