Teal
#06AC88
CyanColor Codes
All color formats for development
HEX
#06AC88RGB
rgb(6, 172, 136)HSL
hsl(167, 93%, 35%)OKLCH
oklch(0.663 0.129 170.8)CMYK
cmyk(97%, 0%, 21%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B7B
2#058A6D
3#04795F
4#046752
5#035644
6#024537
7#023429
8#01221B
9#01110E
Tints
Lighter variations
1#07CCA2
2#09ECBB
3#1FF7C8
4#3FF8D0
5#5FF9D8
6#7FFAE0
7#9FFCE7
8#BFFDEF
9#DFFEF7
Tones
Muted variations
1#0FA484
2#179C7F
3#1F937A
4#278B75
5#308371
6#387A6C
7#407267
8#496A63
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE3 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFEF7;
--teal-200: #BFFDEF;
--teal-300: #8EFBE3;
--teal-400: #53F9D5;
--teal-500: #22F7C9;
--teal-600: #08D9AB;
--teal-700: #06AC88;
--teal-800: #047B61;
--teal-900: #034F3E;
--teal-950: #023127;
}