Teal
#06AC6A
GreenColor Codes
All color formats for development
HEX
#06AC6ARGB
rgb(6, 172, 106)HSL
hsl(156, 93%, 35%)OKLCH
oklch(0.656 0.154 157.3)CMYK
cmyk(97%, 0%, 38%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B5F
2#058A55
3#04794A
4#046740
5#035635
6#02452A
7#023420
8#012215
9#01110B
Tints
Lighter variations
1#07CC7E
2#09EC91
3#1FF7A1
4#3FF8AE
5#5FF9BC
6#7FFAC9
7#9FFCD7
8#BFFDE4
9#DFFEF2
Tones
Muted variations
1#0FA468
2#179C67
3#1F9365
4#278B63
5#308362
6#387A60
7#40725E
8#496A5D
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 #BFFDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCF | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F30 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFEF0;
--teal-200: #BFFDE4;
--teal-300: #8EFBCF;
--teal-400: #53F9B6;
--teal-500: #22F7A2;
--teal-600: #08D985;
--teal-700: #06AC6A;
--teal-800: #047B4C;
--teal-900: #034F30;
--teal-950: #02311E;
}