Teal
#06AC72
GreenColor Codes
All color formats for development
HEX
#06AC72RGB
rgb(6, 172, 114)HSL
hsl(159, 93%, 35%)OKLCH
oklch(0.657 0.147 160.3)CMYK
cmyk(97%, 0%, 34%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B67
2#058A5B
3#047950
4#046744
5#035639
6#02452E
7#023422
8#012217
9#01110B
Tints
Lighter variations
1#07CC87
2#09EC9D
3#1FF7AB
4#3FF8B7
5#5FF9C3
6#7FFACF
7#9FFCDB
8#BFFDE7
9#DFFEF3
Tones
Muted variations
1#0FA470
2#179C6D
3#1F936B
4#278B68
5#308366
6#387A63
7#407261
8#496A5E
9#51625C
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 | BFFD #BFFDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD5 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F34 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFEF2;
--teal-200: #BFFDE7;
--teal-300: #8EFBD5;
--teal-400: #53F9BF;
--teal-500: #22F7AC;
--teal-600: #08D990;
--teal-700: #06AC72;
--teal-800: #047B52;
--teal-900: #034F34;
--teal-950: #023121;
}