Teal
#11A289
CyanColor Codes
All color formats for development
HEX
#11A289RGB
rgb(17, 162, 137)HSL
hsl(170, 81%, 35%)OKLCH
oklch(0.638 0.116 176.2)CMYK
cmyk(90%, 0%, 15%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F917C
2#0E816E
3#0C7160
4#0A6152
5#085145
6#074137
7#053029
8#03201B
9#02100E
Tints
Lighter variations
1#14C0A3
2#17DEBC
3#2DE9CA
4#4BECD1
5#69EFD9
6#87F2E1
7#A5F6E8
8#C3F9F0
9#E1FCF7
Tones
Muted variations
1#189A85
2#1F9380
3#278C7B
4#2E8576
5#357D71
6#3C766D
7#446F68
8#4B6863
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED6 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DFFCF7;
--teal-200: #C3F9F0;
--teal-300: #95F4E4;
--teal-400: #5DEED6;
--teal-500: #2FE9CA;
--teal-600: #15CBAD;
--teal-700: #11A289;
--teal-800: #0C7362;
--teal-900: #084A3F;
--teal-950: #052E27;
}