Teal
#06AC67
GreenColor Codes
All color formats for development
HEX
#06AC67RGB
rgb(6, 172, 103)HSL
hsl(155, 93%, 35%)OKLCH
oklch(0.655 0.157 156.3)CMYK
cmyk(97%, 0%, 40%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B5D
2#058A52
3#047948
4#04673E
5#035634
6#024529
7#02341F
8#012215
9#01110A
Tints
Lighter variations
1#07CC7A
2#09EC8D
3#1FF79D
4#3FF8AB
5#5FF9B9
6#7FFAC7
7#9FFCD5
8#BFFDE3
9#DFFEF1
Tones
Muted variations
1#0FA466
2#179C64
3#1F9363
4#278B62
5#308360
6#387A5F
7#40725D
8#496A5C
9#51625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCD | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79E | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFEF0;
--teal-200: #BFFDE3;
--teal-300: #8EFBCD;
--teal-400: #53F9B4;
--teal-500: #22F79E;
--teal-600: #08D982;
--teal-700: #06AC67;
--teal-800: #047B4A;
--teal-900: #034F2F;
--teal-950: #02311D;
}