Teal
#11A271
GreenColor Codes
All color formats for development
HEX
#11A271RGB
rgb(17, 162, 113)HSL
hsl(160, 81%, 35%)OKLCH
oklch(0.631 0.134 162.6)CMYK
cmyk(90%, 0%, 30%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9166
2#0E815B
3#0C714F
4#0A6144
5#085139
6#07412D
7#053022
8#032017
9#02100B
Tints
Lighter variations
1#14C086
2#17DE9B
3#2DE9AA
4#4BECB6
5#69EFC3
6#87F2CF
7#A5F6DB
8#C3F9E7
9#E1FCF3
Tones
Muted variations
1#189A6F
2#1F936D
3#278C6A
4#2E8568
5#357D65
6#3C7663
7#446F60
8#4B685E
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEBE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A34 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DFFCF2;
--teal-200: #C3F9E7;
--teal-300: #95F4D4;
--teal-400: #5DEEBE;
--teal-500: #2FE9AB;
--teal-600: #15CB8E;
--teal-700: #11A271;
--teal-800: #0C7351;
--teal-900: #084A34;
--teal-950: #052E20;
}