Teal
#06AC75
GreenColor Codes
All color formats for development
HEX
#06AC75RGB
rgb(6, 172, 117)HSL
hsl(160, 93%, 35%)OKLCH
oklch(0.658 0.144 161.5)CMYK
cmyk(97%, 0%, 32%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B69
2#058A5E
3#047952
4#046746
5#03563A
6#02452F
7#023423
8#012217
9#01110C
Tints
Lighter variations
1#07CC8B
2#09ECA0
3#1FF7AF
4#3FF8BA
5#5FF9C6
6#7FFAD1
7#9FFCDD
8#BFFDE8
9#DFFEF4
Tones
Muted variations
1#0FA472
2#179C6F
3#1F936D
4#278B6A
5#308367
6#387A64
7#407262
8#496A5F
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD7 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D993 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F35 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFA;
--teal-100: #DDFEF3;
--teal-200: #BFFDE8;
--teal-300: #8EFBD7;
--teal-400: #53F9C1;
--teal-500: #22F7B0;
--teal-600: #08D993;
--teal-700: #06AC75;
--teal-800: #047B54;
--teal-900: #034F35;
--teal-950: #023121;
}