Teal
#06AC91
CyanColor Codes
All color formats for development
HEX
#06AC91RGB
rgb(6, 172, 145)HSL
hsl(170, 93%, 35%)OKLCH
oklch(0.665 0.124 176)CMYK
cmyk(97%, 0%, 16%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B82
2#058A74
3#047965
4#046757
5#035648
6#02453A
7#02342B
8#01221D
9#01110E
Tints
Lighter variations
1#07CCAB
2#09ECC6
3#1FF7D3
4#3FF8D9
5#5FF9E0
6#7FFAE6
7#9FFCEC
8#BFFDF2
9#DFFEF9
Tones
Muted variations
1#0FA48B
2#179C86
3#1F9380
4#278B7A
5#308375
6#387A6F
7#40726A
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 #BFFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE9 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9DD | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F42 | 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: #BFFDF2;
--teal-300: #8EFBE9;
--teal-400: #53F9DD;
--teal-500: #22F7D3;
--teal-600: #08D9B6;
--teal-700: #06AC91;
--teal-800: #047B67;
--teal-900: #034F42;
--teal-950: #023129;
}