Teal
#06AC78
GreenColor Codes
All color formats for development
HEX
#06AC78RGB
rgb(6, 172, 120)HSL
hsl(161, 93%, 35%)OKLCH
oklch(0.659 0.142 162.8)CMYK
cmyk(97%, 0%, 30%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B6C
2#058A60
3#047954
4#046748
5#03563C
6#024530
7#023424
8#012218
9#01110C
Tints
Lighter variations
1#07CC8E
2#09ECA4
3#1FF7B3
4#3FF8BD
5#5FF9C8
6#7FFAD3
7#9FFCDE
8#BFFDE9
9#DFFEF4
Tones
Muted variations
1#0FA475
2#179C72
3#1F936F
4#278B6C
5#308368
6#387A65
7#407262
8#496A5F
9#51625C
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 | BFFD #BFFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFEF3;
--teal-200: #BFFDE9;
--teal-300: #8EFBD8;
--teal-400: #53F9C4;
--teal-500: #22F7B3;
--teal-600: #08D996;
--teal-700: #06AC78;
--teal-800: #047B55;
--teal-900: #034F37;
--teal-950: #023122;
}