Teal
#11A287
CyanColor Codes
All color formats for development
HEX
#11A287RGB
rgb(17, 162, 135)HSL
hsl(169, 81%, 35%)OKLCH
oklch(0.637 0.118 174.9)CMYK
cmyk(90%, 0%, 17%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F917A
2#0E816C
3#0C715F
4#0A6151
5#085144
6#074136
7#053029
8#03201B
9#02100E
Tints
Lighter variations
1#14C0A0
2#17DEB9
3#2DE9C6
4#4BECCF
5#69EFD7
6#87F2DF
7#A5F6E7
8#C3F9EF
9#E1FCF7
Tones
Muted variations
1#189A82
2#1F937E
3#278C79
4#2E8575
5#357D70
6#3C766C
7#446F67
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 #C3F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED4 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3E | 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: #DFFCF6;
--teal-200: #C3F9EF;
--teal-300: #95F4E2;
--teal-400: #5DEED4;
--teal-500: #2FE9C7;
--teal-600: #15CBAA;
--teal-700: #11A287;
--teal-800: #0C7360;
--teal-900: #084A3E;
--teal-950: #052E27;
}