Teal
#06AC96
CyanColor Codes
All color formats for development
HEX
#06AC96RGB
rgb(6, 172, 150)HSL
hsl(172, 93%, 35%)OKLCH
oklch(0.667 0.121 179.2)CMYK
cmyk(97%, 0%, 13%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B87
2#058A78
3#047969
4#04675A
5#03564B
6#02453C
7#02342D
8#01221E
9#01110F
Tints
Lighter variations
1#07CCB2
2#09ECCE
3#1FF7DA
4#3FF8DF
5#5FF9E5
6#7FFAEA
7#9FFCEF
8#BFFDF4
9#DFFEFA
Tones
Muted variations
1#0FA490
2#179C8A
3#1F9384
4#278B7E
5#308378
6#387A72
7#40726C
8#496A65
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEF9;
--teal-200: #BFFDF4;
--teal-300: #8EFBEC;
--teal-400: #53F9E3;
--teal-500: #22F7DB;
--teal-600: #08D9BD;
--teal-700: #06AC96;
--teal-800: #047B6B;
--teal-900: #034F45;
--teal-950: #02312B;
}