Teal
#11A29A
CyanColor Codes
All color formats for development
HEX
#11A29ARGB
rgb(17, 162, 154)HSL
hsl(177, 81%, 35%)OKLCH
oklch(0.643 0.109 188.5)CMYK
cmyk(90%, 0%, 5%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F918B
2#0E817B
3#0C716C
4#0A615D
5#08514D
6#07413E
7#05302E
8#03201F
9#02100F
Tints
Lighter variations
1#14C0B7
2#17DED4
3#2DE9E0
4#4BECE4
5#69EFE9
6#87F2ED
7#A5F6F2
8#C3F9F6
9#E1FCFB
Tones
Muted variations
1#189A94
2#1F938D
3#278C87
4#2E8580
5#357D7A
6#3C7673
7#446F6D
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 #C3F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A47 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCFA;
--teal-200: #C3F9F6;
--teal-300: #95F4EF;
--teal-400: #5DEEE7;
--teal-500: #2FE9E0;
--teal-600: #15CBC2;
--teal-700: #11A29A;
--teal-800: #0C736E;
--teal-900: #084A47;
--teal-950: #052E2C;
}