Teal
#06AC80
GreenColor Codes
All color formats for development
HEX
#06AC80RGB
rgb(6, 172, 128)HSL
hsl(164, 93%, 35%)OKLCH
oklch(0.661 0.135 166.6)CMYK
cmyk(97%, 0%, 26%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B73
2#058A66
3#04795A
4#04674D
5#035640
6#024533
7#023426
8#01221A
9#01110D
Tints
Lighter variations
1#07CC98
2#09ECB0
3#1FF7BD
4#3FF8C7
5#5FF9D0
6#7FFAD9
7#9FFCE3
8#BFFDEC
9#DFFEF6
Tones
Muted variations
1#0FA47C
2#179C78
3#1F9374
4#278B70
5#30836D
6#387A69
7#407265
8#496A61
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFEF5;
--teal-200: #BFFDEC;
--teal-300: #8EFBDE;
--teal-400: #53F9CC;
--teal-500: #22F7BE;
--teal-600: #08D9A1;
--teal-700: #06AC80;
--teal-800: #047B5B;
--teal-900: #034F3B;
--teal-950: #023125;
}