Teal
#11A26F
GreenColor Codes
All color formats for development
HEX
#11A26FRGB
rgb(17, 162, 111)HSL
hsl(159, 81%, 35%)OKLCH
oklch(0.631 0.136 161.7)CMYK
cmyk(90%, 0%, 31%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9164
2#0E8159
3#0C714E
4#0A6143
5#085137
6#07412C
7#053021
8#032016
9#02100B
Tints
Lighter variations
1#14C084
2#17DE98
3#2DE9A7
4#4BECB4
5#69EFC0
6#87F2CD
7#A5F6D9
8#C3F9E6
9#E1FCF2
Tones
Muted variations
1#189A6D
2#1F936B
3#278C68
4#2E8566
5#357D64
6#3C7662
7#446F60
8#4B685E
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D3 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEBB | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A26F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C734F | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A33 | 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: #DFFCF1;
--teal-200: #C3F9E6;
--teal-300: #95F4D3;
--teal-400: #5DEEBB;
--teal-500: #2FE9A8;
--teal-600: #15CB8B;
--teal-700: #11A26F;
--teal-800: #0C734F;
--teal-900: #084A33;
--teal-950: #052E20;
}