Teal
#11A279
GreenColor Codes
All color formats for development
HEX
#11A279RGB
rgb(17, 162, 121)HSL
hsl(163, 81%, 35%)OKLCH
oklch(0.633 0.127 166.6)CMYK
cmyk(90%, 0%, 25%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F916D
2#0E8160
3#0C7154
4#0A6148
5#08513C
6#074130
7#053024
8#032018
9#02100C
Tints
Lighter variations
1#14C08F
2#17DEA5
3#2DE9B4
4#4BECBE
5#69EFC9
6#87F2D4
7#A5F6DF
8#C3F9E9
9#E1FCF4
Tones
Muted variations
1#189A75
2#1F9372
3#278C6F
4#2E856C
5#357D69
6#3C7666
7#446F63
8#4B6860
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D9 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEC5 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A37 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DFFCF3;
--teal-200: #C3F9E9;
--teal-300: #95F4D9;
--teal-400: #5DEEC5;
--teal-500: #2FE9B5;
--teal-600: #15CB98;
--teal-700: #11A279;
--teal-800: #0C7356;
--teal-900: #084A37;
--teal-950: #052E22;
}