Teal
#06AC7A
GreenColor Codes
All color formats for development
HEX
#06AC7ARGB
rgb(6, 172, 122)HSL
hsl(162, 93%, 35%)OKLCH
oklch(0.659 0.14 163.7)CMYK
cmyk(97%, 0%, 29%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B6E
2#058A62
3#047956
4#046749
5#03563D
6#024531
7#023425
8#012218
9#01110C
Tints
Lighter variations
1#07CC91
2#09ECA8
3#1FF7B6
4#3FF8C1
5#5FF9CB
6#7FFAD5
7#9FFCE0
8#BFFDEA
9#DFFEF5
Tones
Muted variations
1#0FA477
2#179C74
3#1F9370
4#278B6D
5#30836A
6#387A67
7#407263
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 #BFFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDA | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFEF4;
--teal-200: #BFFDEA;
--teal-300: #8EFBDA;
--teal-400: #53F9C7;
--teal-500: #22F7B7;
--teal-600: #08D99A;
--teal-700: #06AC7A;
--teal-800: #047B57;
--teal-900: #034F38;
--teal-950: #023123;
}