Teal
#11A26D
GreenColor Codes
All color formats for development
HEX
#11A26DRGB
rgb(17, 162, 109)HSL
hsl(158, 81%, 35%)OKLCH
oklch(0.63 0.138 160.8)CMYK
cmyk(90%, 0%, 33%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9162
2#0E8157
3#0C714C
4#0A6141
5#085136
6#07412B
7#053021
8#032016
9#02100B
Tints
Lighter variations
1#14C081
2#17DE95
3#2DE9A4
4#4BECB1
5#69EFBE
6#87F2CB
7#A5F6D8
8#C3F9E5
9#E1FCF2
Tones
Muted variations
1#189A6B
2#1F9369
3#278C67
4#2E8565
5#357D63
6#3C7661
7#446F5F
8#4B685D
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 #C3F9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEB9 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A26D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C734E | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A32 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DFFCF1;
--teal-200: #C3F9E5;
--teal-300: #95F4D1;
--teal-400: #5DEEB9;
--teal-500: #2FE9A5;
--teal-600: #15CB88;
--teal-700: #11A26D;
--teal-800: #0C734E;
--teal-900: #084A32;
--teal-950: #052E1F;
}