Teal
#06AC99
CyanColor Codes
All color formats for development
HEX
#06AC99RGB
rgb(6, 172, 153)HSL
hsl(173, 93%, 35%)OKLCH
oklch(0.668 0.119 181.2)CMYK
cmyk(97%, 0%, 11%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B8A
2#058A7A
3#04796B
4#04675C
5#03564C
6#02453D
7#02342E
8#01221F
9#01110F
Tints
Lighter variations
1#07CCB5
2#09ECD2
3#1FF7DE
4#3FF8E2
5#5FF9E7
6#7FFAEC
7#9FFCF1
8#BFFDF5
9#DFFEFA
Tones
Muted variations
1#0FA493
2#179C8C
3#1F9386
4#278B7F
5#308379
6#387A73
7#40726C
8#496A66
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEFA;
--teal-200: #BFFDF5;
--teal-300: #8EFBEE;
--teal-400: #53F9E5;
--teal-500: #22F7DE;
--teal-600: #08D9C0;
--teal-700: #06AC99;
--teal-800: #047B6D;
--teal-900: #034F46;
--teal-950: #02312C;
}