Teal
#06AC9E
CyanColor Codes
All color formats for development
HEX
#06AC9ERGB
rgb(6, 172, 158)HSL
hsl(175, 93%, 35%)OKLCH
oklch(0.67 0.117 184.6)CMYK
cmyk(97%, 0%, 8%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B8F
2#058A7F
3#04796F
4#04675F
5#03564F
6#02453F
7#023430
8#012220
9#011110
Tints
Lighter variations
1#07CCBC
2#09ECD9
3#1FF7E5
4#3FF8E9
5#5FF9EC
6#7FFAF0
7#9FFCF4
8#BFFDF8
9#DFFEFB
Tones
Muted variations
1#0FA498
2#179C91
3#1F938A
4#278B83
5#30837C
6#387A75
7#40726E
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 #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF2 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEFB;
--teal-200: #BFFDF8;
--teal-300: #8EFBF2;
--teal-400: #53F9EB;
--teal-500: #22F7E5;
--teal-600: #08D9C7;
--teal-700: #06AC9E;
--teal-800: #047B71;
--teal-900: #034F48;
--teal-950: #02312D;
}