Teal
#11A285
CyanColor Codes
All color formats for development
HEX
#11A285RGB
rgb(17, 162, 133)HSL
hsl(168, 81%, 35%)OKLCH
oklch(0.637 0.119 173.6)CMYK
cmyk(90%, 0%, 18%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9177
2#0E816A
3#0C715D
4#0A6150
5#085142
6#074135
7#053028
8#03201B
9#02100D
Tints
Lighter variations
1#14C09D
2#17DEB6
3#2DE9C3
4#4BECCC
5#69EFD4
6#87F2DD
7#A5F6E5
8#C3F9EE
9#E1FCF6
Tones
Muted variations
1#189A80
2#1F937C
3#278C78
4#2E8573
5#357D6F
6#3C766B
7#446F66
8#4B6862
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED1 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735F | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DFFCF6;
--teal-200: #C3F9EE;
--teal-300: #95F4E1;
--teal-400: #5DEED1;
--teal-500: #2FE9C4;
--teal-600: #15CBA7;
--teal-700: #11A285;
--teal-800: #0C735F;
--teal-900: #084A3D;
--teal-950: #052E26;
}