Teal
#06AC8E
CyanColor Codes
All color formats for development
HEX
#06AC8ERGB
rgb(6, 172, 142)HSL
hsl(169, 93%, 35%)OKLCH
oklch(0.665 0.125 174.2)CMYK
cmyk(97%, 0%, 17%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B80
2#058A71
3#047963
4#046755
5#035647
6#024539
7#02342B
8#01221C
9#01110E
Tints
Lighter variations
1#07CCA8
2#09ECC2
3#1FF7CF
4#3FF8D6
5#5FF9DD
6#7FFAE4
7#9FFCEB
8#BFFDF1
9#DFFEF8
Tones
Muted variations
1#0FA489
2#179C83
3#1F937E
4#278B79
5#308374
6#387A6E
7#407269
8#496A64
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE7 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9DA | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFEF8;
--teal-200: #BFFDF1;
--teal-300: #8EFBE7;
--teal-400: #53F9DA;
--teal-500: #22F7D0;
--teal-600: #08D9B2;
--teal-700: #06AC8E;
--teal-800: #047B65;
--teal-900: #034F41;
--teal-950: #023129;
}