Teal
#06AC7D
GreenColor Codes
All color formats for development
HEX
#06AC7DRGB
rgb(6, 172, 125)HSL
hsl(163, 93%, 35%)OKLCH
oklch(0.66 0.138 165.1)CMYK
cmyk(97%, 0%, 27%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B71
2#058A64
3#047958
4#04674B
5#03563F
6#024532
7#023426
8#012219
9#01110D
Tints
Lighter variations
1#07CC94
2#09ECAC
3#1FF7BA
4#3FF8C4
5#5FF9CE
6#7FFAD7
7#9FFCE1
8#BFFDEB
9#DFFEF5
Tones
Muted variations
1#0FA47A
2#179C76
3#1F9372
4#278B6F
5#30836B
6#387A68
7#407264
8#496A60
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CA | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFEF4;
--teal-200: #BFFDEB;
--teal-300: #8EFBDC;
--teal-400: #53F9CA;
--teal-500: #22F7BA;
--teal-600: #08D99D;
--teal-700: #06AC7D;
--teal-800: #047B59;
--teal-900: #034F39;
--teal-950: #023124;
}