Teal
#11A298
CyanColor Codes
All color formats for development
HEX
#11A298RGB
rgb(17, 162, 152)HSL
hsl(176, 81%, 35%)OKLCH
oklch(0.643 0.11 187)CMYK
cmyk(90%, 0%, 6%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9189
2#0E817A
3#0C716A
4#0A615B
5#08514C
6#07413D
7#05302E
8#03201E
9#02100F
Tints
Lighter variations
1#14C0B4
2#17DED0
3#2DE9DC
4#4BECE1
5#69EFE6
6#87F2EB
7#A5F6F0
8#C3F9F5
9#E1FCFA
Tones
Muted variations
1#189A92
2#1F938B
3#278C85
4#2E857F
5#357D79
6#3C7672
7#446F6C
8#4B6866
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A45 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCFA;
--teal-200: #C3F9F5;
--teal-300: #95F4EE;
--teal-400: #5DEEE4;
--teal-500: #2FE9DD;
--teal-600: #15CBBF;
--teal-700: #11A298;
--teal-800: #0C736D;
--teal-900: #084A45;
--teal-950: #052E2B;
}