Teal
#06AC6F
GreenColor Codes
All color formats for development
HEX
#06AC6FRGB
rgb(6, 172, 111)HSL
hsl(158, 93%, 35%)OKLCH
oklch(0.657 0.15 159.1)CMYK
cmyk(97%, 0%, 35%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B64
2#058A59
3#04794E
4#046743
5#035638
6#02452D
7#023421
8#012216
9#01110B
Tints
Lighter variations
1#07CC84
2#09EC99
3#1FF7A8
4#3FF8B4
5#5FF9C1
6#7FFACD
7#9FFCDA
8#BFFDE6
9#DFFEF3
Tones
Muted variations
1#0FA46D
2#179C6B
3#1F9369
4#278B67
5#308364
6#387A62
7#407260
8#496A5E
9#51625B
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 #BFFDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD3 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D98C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023120 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEF9;
--teal-100: #DDFEF2;
--teal-200: #BFFDE6;
--teal-300: #8EFBD3;
--teal-400: #53F9BC;
--teal-500: #22F7A9;
--teal-600: #08D98C;
--teal-700: #06AC6F;
--teal-800: #047B50;
--teal-900: #034F33;
--teal-950: #023120;
}