Teal
#11A29D
CyanColor Codes
All color formats for development
HEX
#11A29DRGB
rgb(17, 162, 157)HSL
hsl(178, 81%, 35%)OKLCH
oklch(0.644 0.108 190.9)CMYK
cmyk(90%, 0%, 3%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F918D
2#0E817D
3#0C716E
4#0A615E
5#08514E
6#07413F
7#05302F
8#03201F
9#021010
Tints
Lighter variations
1#14C0BA
2#17DED7
3#2DE9E3
4#4BECE7
5#69EFEB
6#87F2EF
7#A5F6F3
8#C3F9F7
9#E1FCFB
Tones
Muted variations
1#189A96
2#1F938F
3#278C88
4#2E8582
5#357D7B
6#3C7674
7#446F6D
8#4B6867
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCFB;
--teal-200: #C3F9F7;
--teal-300: #95F4F1;
--teal-400: #5DEEE9;
--teal-500: #2FE9E3;
--teal-600: #15CBC5;
--teal-700: #11A29D;
--teal-800: #0C7370;
--teal-900: #084A48;
--teal-950: #052E2D;
}