Teal
#11A29F
CyanColor Codes
All color formats for development
HEX
#11A29FRGB
rgb(17, 162, 159)HSL
hsl(179, 81%, 35%)OKLCH
oklch(0.645 0.108 192.4)CMYK
cmyk(90%, 0%, 2%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F918F
2#0E817F
3#0C716F
4#0A615F
5#085150
6#074140
7#053030
8#032020
9#021010
Tints
Lighter variations
1#14C0BD
2#17DEDA
3#2DE9E6
4#4BECE9
5#69EFED
6#87F2F1
7#A5F6F4
8#C3F9F8
9#E1FCFB
Tones
Muted variations
1#189A98
2#1F9391
3#278C8A
4#2E8583
5#357D7C
6#3C7675
7#446F6E
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 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A49 | 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: #C3F9F8;
--teal-300: #95F4F2;
--teal-400: #5DEEEC;
--teal-500: #2FE9E6;
--teal-600: #15CBC8;
--teal-700: #11A29F;
--teal-800: #0C7372;
--teal-900: #084A49;
--teal-950: #052E2D;
}