Teal
#06ACA1
CyanColor Codes
All color formats for development
HEX
#06ACA1RGB
rgb(6, 172, 161)HSL
hsl(176, 93%, 35%)OKLCH
oklch(0.671 0.116 186.8)CMYK
cmyk(97%, 0%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B91
2#058A81
3#047971
4#046761
5#035651
6#024540
7#023430
8#012220
9#011110
Tints
Lighter variations
1#07CCBF
2#09ECDD
3#1FF7E8
4#3FF8EC
5#5FF9EF
6#7FFAF2
7#9FFCF5
8#BFFDF9
9#DFFEFC
Tones
Muted variations
1#0FA49A
2#179C93
3#1F938C
4#278B84
5#30837D
6#387A76
7#40726F
8#496A68
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF4 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EE | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFE;
--teal-100: #DDFEFC;
--teal-200: #BFFDF9;
--teal-300: #8EFBF4;
--teal-400: #53F9EE;
--teal-500: #22F7E9;
--teal-600: #08D9CB;
--teal-700: #06ACA1;
--teal-800: #047B73;
--teal-900: #034F4A;
--teal-950: #02312E;
}