Teal
#11A276
GreenColor Codes
All color formats for development
HEX
#11A276RGB
rgb(17, 162, 118)HSL
hsl(162, 81%, 35%)OKLCH
oklch(0.632 0.13 165)CMYK
cmyk(90%, 0%, 27%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F916A
2#0E815F
3#0C7153
4#0A6147
5#08513B
6#07412F
7#053023
8#032018
9#02100C
Tints
Lighter variations
1#14C08C
2#17DEA2
3#2DE9B1
4#4BECBC
5#69EFC7
6#87F2D2
7#A5F6DD
8#C3F9E9
9#E1FCF4
Tones
Muted variations
1#189A73
2#1F9370
3#278C6D
4#2E856B
5#357D68
6#3C7665
7#446F62
8#4B685F
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 #95F4D7 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEC3 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A36 | 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: #95F4D7;
--teal-400: #5DEEC3;
--teal-500: #2FE9B1;
--teal-600: #15CB95;
--teal-700: #11A276;
--teal-800: #0C7354;
--teal-900: #084A36;
--teal-950: #052E22;
}