Teal
#11A2A2
CyanColor Codes
All color formats for development
HEX
#11A2A2RGB
rgb(17, 162, 162)HSL
hsl(180, 81%, 35%)OKLCH
oklch(0.646 0.108 194.8)CMYK
cmyk(90%, 0%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9191
2#0E8181
3#0C7171
4#0A6161
5#085151
6#074141
7#053030
8#032020
9#021010
Tints
Lighter variations
1#14C0C0
2#17DEDE
3#2DE9E9
4#4BECEC
5#69EFEF
6#87F2F2
7#A5F6F6
8#C3F9F9
9#E1FCFC
Tones
Muted variations
1#189A9A
2#1F9393
3#278C8C
4#2E8585
5#357D7D
6#3C7676
7#446F6F
8#4B6868
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A4A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DFFCFC;
--teal-200: #C3F9F9;
--teal-300: #95F4F4;
--teal-400: #5DEEEE;
--teal-500: #2FE9E9;
--teal-600: #15CBCB;
--teal-700: #11A2A2;
--teal-800: #0C7373;
--teal-900: #084A4A;
--teal-950: #052E2E;
}