Teal
#11A282
CyanColor Codes
All color formats for development
HEX
#11A282RGB
rgb(17, 162, 130)HSL
hsl(167, 81%, 35%)OKLCH
oklch(0.636 0.121 171.7)CMYK
cmyk(90%, 0%, 20%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9175
2#0E8168
3#0C715B
4#0A614E
5#085141
6#074134
7#053027
8#03201A
9#02100D
Tints
Lighter variations
1#14C09A
2#17DEB3
3#2DE9C0
4#4BECC9
5#69EFD2
6#87F2DB
7#A5F6E4
8#C3F9ED
9#E1FCF6
Tones
Muted variations
1#189A7E
2#1F937A
3#278C76
4#2E8572
5#357D6E
6#3C766A
7#446F66
8#4B6861
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DFFCF5;
--teal-200: #C3F9ED;
--teal-300: #95F4DF;
--teal-400: #5DEECF;
--teal-500: #2FE9C1;
--teal-600: #15CBA4;
--teal-700: #11A282;
--teal-800: #0C735D;
--teal-900: #084A3C;
--teal-950: #052E25;
}