Teal
#06AC9C
CyanColor Codes
All color formats for development
HEX
#06AC9CRGB
rgb(6, 172, 156)HSL
hsl(174, 93%, 35%)OKLCH
oklch(0.669 0.118 183.3)CMYK
cmyk(97%, 0%, 9%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B8C
2#058A7D
3#04796D
4#04675D
5#03564E
6#02453E
7#02342F
8#01221F
9#011110
Tints
Lighter variations
1#07CCB9
2#09ECD5
3#1FF7E1
4#3FF8E6
5#5FF9EA
6#7FFAEE
7#9FFCF2
8#BFFDF7
9#DFFEFB
Tones
Muted variations
1#0FA495
2#179C8E
3#1F9388
4#278B81
5#30837A
6#387A74
7#40726D
8#496A67
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 #BFFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E8 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F47 | 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: #BFFDF7;
--teal-300: #8EFBF0;
--teal-400: #53F9E8;
--teal-500: #22F7E2;
--teal-600: #08D9C4;
--teal-700: #06AC9C;
--teal-800: #047B6F;
--teal-900: #034F47;
--teal-950: #02312C;
}