Teal
#06AC93
CyanColor Codes
All color formats for development
HEX
#06AC93RGB
rgb(6, 172, 147)HSL
hsl(171, 93%, 35%)OKLCH
oklch(0.666 0.122 177.3)CMYK
cmyk(97%, 0%, 15%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B85
2#058A76
3#047967
4#046758
5#03564A
6#02453B
7#02342C
8#01221D
9#01110F
Tints
Lighter variations
1#07CCAF
2#09ECCA
3#1FF7D7
4#3FF8DC
5#5FF9E2
6#7FFAE8
7#9FFCEE
8#BFFDF3
9#DFFEF9
Tones
Muted variations
1#0FA48E
2#179C88
3#1F9382
4#278B7C
5#308376
6#387A70
7#40726B
8#496A65
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFEF9;
--teal-200: #BFFDF3;
--teal-300: #8EFBEB;
--teal-400: #53F9E0;
--teal-500: #22F7D7;
--teal-600: #08D9B9;
--teal-700: #06AC93;
--teal-800: #047B69;
--teal-900: #034F43;
--teal-950: #02312A;
}